Skip to main content
Skip table of contents

isProjectLoaded

Get a logical saying if a project is currently loaded.

Usage

R
isProjectLoaded()

Value

TRUE if a project is currently loaded, FALSE otherwise

Examples

R
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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.