Learn R Programming

shinyMixR (version 0.5.3)

get_proj: 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)

Value

A named list with information for each model in the 'projloc'

Arguments

projloc

character with the base location of the shinyMixR project

geteval

logical indicating if the model functions should be evaluated

Examples

Run this code

if (FALSE) {
  proj <- get_proj()
}

Run the code above in your browser using DataLab