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

Description Usage Arguments Value Examples

View source: R/load_branch.R

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) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.