This function creates or updates a project object with models and/or results emerged from nlmixr runs A check is performed to see if newer results are present and only updates these.

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

Examples


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