AppLoadFlex: Loads a single R object from file for a R Shiny app

Description Usage Arguments Value Examples

Description

Loads a single R object from file for a R Shiny app

Usage

1
AppLoadFlex(project.id = getProject(), path, file, read.fcn = readRDS, ...)

Arguments

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

Value

object for file that was read

Examples

1
2
3
4
## Not run: 
processed <- AppLoadFlex("adaprTest","Results/read_data.R","cardata.RData")

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.