load_nm_run_directory: Load a NONMEM run data from a directory

View source: R/load_nm_run.R

load_nm_run_directoryR Documentation

Load a NONMEM run data from a directory

Description

Load a NONMEM run data from a directory

Usage

load_nm_run_directory(
  path,
  dataset_separator = NA,
  dataset_na_string = ".",
  read_initial_values = TRUE,
  load_tables = TRUE,
  control_stream = NULL,
  update_progress = NULL,
  verbose = FALSE
)

Arguments

path

character. Run folder or archive file path.

dataset_separator

(optional) character. Character used as column separator in the dataset. Default is NA for automatic detection.

dataset_na_string

character. Character string corresponding to missing values in the dataset. Default is ".".

read_initial_values

logical. If TRUE (default), parses initial parameter values from the control stream.

load_tables

logical. If TRUE (default), loads output tables.

control_stream

nonmem_control_stream object. Control stream data, obtained from a prior call to parse_nm_control_stream() function.

update_progress

(otional) function of the form function(detail, ...){}. Useful to follow loading progression.

verbose

logical. If TRUE: prints output messages.


pnolain/pmxploit documentation built on Jan. 31, 2024, 1:16 p.m.