get_proj | R Documentation |
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.
get_proj(projloc = ".", geteval = TRUE)
projloc |
character with the base location of the shinyMixR project |
geteval |
logical indicating if the model functions should be evaluated |
A named list with information for each model in the 'projloc'
## Not run:
proj <- get_proj()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.