powered by
Loads a single R object from file for a R Shiny app
AppLoadFlex(project.id = getProject(), path, file, read.fcn = readRDS, ...)
project name from which to load file
directory that contains file to be loaded
contains R object
function to read the file, default readRDS
arguments passed to read.fcn
object for file that was read
# NOT RUN { processed <- AppLoadFlex("adaprTest","Results/read_data.R","cardata.RData") # }
Run the code above in your browser using DataLab