get_proj: Read in and update model results in project object

View source: R/get_proj.r

get_projR 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)

shinyMixR documentation built on April 12, 2025, 2:25 a.m.