loadProject: Load the project from the project file located at the given...

Description Usage Arguments Examples

Description

Loads the project data from the project file and then launches the shiny UI that corresponds to the analysis type that the project belongs to.

Usage

1
loadProject(file_path = "")

Arguments

file_path

path to the project file. If no path is provided, launches a select file dialog box for the user to select the path

Examples

1
2
3
4
5
## Not run: 
loadProject(file_path = "C:/Project/TestPBPK.Rdata")
loadProject()

## End(Not run)

sahu27/sahu documentation built on May 30, 2019, 2:06 a.m.