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 = TRUE)

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
if(interactive()){
loadProject(file_path = "TestPBPK.Rdata")
loadProject()
}

plethem documentation built on Nov. 8, 2020, 4:35 p.m.