isProjectLoaded
[Monolix - PKanalix - Simulx] Get current project load status.
Get a logical saying if a project is currently loaded.
Usage
isProjectLoaded()
Value
TRUE if a project is currently loaded, FALSE otherwise
Examples
initializeLixoftConnectors("monolix")
project_name <- file.path(getDemoPath(), "1.creating_and_using_models", "1.1.libraries_of_models", "warfarinPK_project.mlxtran")
loadProject(project_name)
isProjectLoaded()
#> [1] TRUE
initializeLixoftConnectors("pkanalix")
isProjectLoaded()
#> [1] FALSE