Results 51 issues of Jake

It should give ```` ```{r input-demo, eval=interactive()} input

* `reactiveValuesToList()` -> `as.list()` * `withProgress()` account for this the same way as `eventReactive()` Can be nested: ```r df

enhancement

```r eval_code

enhancement

examples for `full_argument_names` throw errors ```r full_argument_names(expression(gsub(' ', '_', 'a b c'))) # Error in args(eval(x_fn[[1]])) : could not find function "a_b_c" ``` This works though ```r full_argument_names(parse(text = "gsub('...

Can be one of the following, may or may not have `library(shiny)` and object assignments ```r # assigned server

bug

related to https://github.com/rjake/shinyobjects/pull/45/commits/c6f914e271857e80bb1361ec5f3f9c986f011aad see ideas here https://www.andrewheiss.com/blog/2016/12/08/save-base-graphics-as-pseudo-objects-in-r/

testing

Was using this code in https://github.com/rjake/shinyobjects/pull/41/commits/71aca771cfac04b6c2af423b8693adeb4bae3550 but it threw a warning in `devtools::check()` ```r # add library(shiny) if not included if (!any(grepl("library\\(shiny\\)", final_code))) { final_code

enhancement