get_proj {shinyMixR} | R Documentation |
Read in and update model results in project object
Description
This function creates or updates a project object with models and/or results emerged from nlmixr2 runs. A check is performed to see if newer results are present and only updates these.
Usage
get_proj(projloc = ".", geteval = TRUE)
Arguments
projloc |
character with the base location of the shinyMixR project |
geteval |
logical indicating if the model functions should be evaluated |
Value
A named list with information for each model in the 'projloc'
Examples
## Not run:
proj <- get_proj()
## End(Not run)
[Package shinyMixR version 0.5.1 Index]