Description Usage Arguments Value Examples
Loads a single R object from file for a R Shiny app
1 | AppLoadFlex(project.id = getProject(), path, file, read.fcn = readRDS, ...)
|
project.id |
project name from which to load file |
path |
directory that contains file to be loaded |
file |
contains R object |
read.fcn |
function to read the file, default readRDS |
... |
arguments passed to read.fcn |
object for file that was read
1 2 3 4 | ## Not run:
processed <- AppLoadFlex("adaprTest","Results/read_data.R","cardata.RData")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.