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

Description Usage Arguments Examples

View source: R/Project.R

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 = "", runUI = T)

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

runUI

trigger the appropriate interface after data is loaded into the database

Examples

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

## End(Not run)

ScitoVation/plethem documentation built on Oct. 1, 2020, 3:37 a.m.