David Ranzolin
David Ranzolin
```r library(rcanvas) student_page_views Error in curl::curl_fetch_memory(url, handle = handle) : #> Couldn't connect to server ```
Need something tidier, more descriptive, and more useful.
Really enjoying reactablefmtr! Quick question: I am trying to apply color scales to a few columns in my table, but I need to specify the minimum and maximum range of...
Example: ``` iris %>% filter(Species == {autocomplete looks up {unique(iris$Species)}) ```
e.g. ``` mtcars %@% count_split(cyl, am) ```
would like to get tidylog console logs from the function
e.g.: ``` library(janitor) library(hacksaw) tabyl_split % tabyl_split(cyl, gear, am) ```