strings_to_find.RdValid strings for assignments/column names
118 |strings_to_find()
121 |
122 |
123 |
124 | valid_assignments.RdValid strings for assignments/column names
118 |valid_assignments()
121 |
122 |
123 |
124 | deparse_server.RdReturns asignments only from expressions
118 |deparse_server(x)121 | 122 |
| x | 127 |expression from code stored as text |
128 |
|---|
extract_from_app_fn.RdReturns server code from shinyApp or runApp
118 |extract_from_app_fn(text)121 | 122 |
| text | 127 |code stored as text |
128 |
|---|
find_all_assignments.RdA data frame of all assignments and libraries
117 | 118 |find_all_assignments(file)121 | 122 |
| file | 127 |to evaluate |
128 |
|---|
find_all_assignments_r.RdA data frame of all assignments and libraries
118 |find_all_assignments_r(x)121 | 122 |
| x | 127 |code to evaluate |
128 |
|---|
find_all_assignments_rmd.RdA data frame of all assignments and libraries
118 |find_all_assignments_rmd(file)121 | 122 |
| file | 127 |to evaluate |
128 |
|---|
inside_runapp.RdPulls the calls out of runApp and shinyApp
118 |inside_runapp(x) 121 | 122 | inside_shinyapp(x)123 | 124 |
| x | 129 |expression containing runApp(...) |
130 |
|---|
which_file.RdIf the file is not specified, a menu will appear asking the user if they want to use the active source file loaded in RStudio or if they want to select the file (opens a new window).
118 |which_file(file)121 | 122 |
| file | 127 |path to file. |
128 |
|---|
clear_environment.RdClear all objects in environment
117 | 118 |clear_environment(keep = NULL, remove = NULL)121 | 122 |
| keep | 127 |A regular expression of objects in environment to keep |
128 |
|---|---|
| remove | 131 |A regular expression of objects in environment to remove |
132 |
find_input_code.RdLook for input <- demo
118 |find_input_code(file)121 | 122 |
| file | 127 |to evaluate |
128 |
|---|
# NOT RUN { 134 | find_input_code("inst/shiny/server.R") 135 | find_input_code("inst/Rmd/flexdashboard_demo.Rmd") 136 | # }137 |
input_usage.RdPrints a statement about the inputs that are either listed or missing
118 |input_usage(file)121 | 122 |
| file | 127 |file to evaluate |
128 |
|---|
# NOT RUN { 134 | input_usage(file = "inst/shiny/server.R") 135 | input_usage(file = "inst/Rmd/flexdashboard_demo.Rmd") 136 | # }138 |137 |