asadow
asadow
Like #778, but with multiple columns. Again casting the return as a character seems to work ok. ``` r library(tibble) tib x Columns `c1` and `c2` don't exist. tib[as.character(glue::glue("c{1:2}"))]
I contacted Qualtrics, provided my endpoint URL and survey ID's. This was their response: > I ran the call on my end based on the information and found that the...
The function documentation mentions that variable labels are stored as attributes. How can I access them? ``` r library(qualtRics) df_qualtrics qid qname question force_resp #> #> 1 QID1008 Q2 "Logo"...
Since there is no need for an output without a display, a warning for unused outputs could help prevent confusion. Eg it took me some time to realize that an...
Hopefully the title makes sense. I recommend to just try it. `sliderInput( inputId = "year", label = "Choose years", step = 1, sep = "", min = 2014, max =...
Have you considered adding the nice pagedown [website](https://mstackhouse.github.io/Microsoft365R) to the Github main page/CRAN package page?
Would it be possible to add Shift-Tab as a shortcut for previous step? I think this would feel more natural than the current only option, Alt-Left arrow. [Shortcuts](https://keypirinha.com/keyboard.html)
The [guide](https://kcuilla.github.io/reactablefmtr/articles/icon_sets.html#using-icons-from-font-awesome) did not specify that some icons are unavailable and why. I get repeatable errors for icons like `"island-tropical", "face-thermometer", "face-mask"`. ``` r library(tidyverse) library(reactable) library(reactablefmtr) car_data % filter(Type...
I'd like to re-open a discussion surrounding the parameter `week_start`'s description. Currently it is, > day on which week starts following ISO conventions: 1 means Monday and 7 means Sunday...
Consistent formatting of line breaks and more clear use of list_modify() - it was easy to miss the change from list_assign() previously