modload: Show model file

View source: R/LoadNonmemOutput.R

modloadR Documentation

Show model file

Description

Load and dump model file in the consol.

Usage

modload(model, use.model.path = TRUE)

Arguments

model

name of the mod file with or without the .mod extension. model may include full or relative path to the mod file. See examples.

use.model.path

Load file from a global defined model library (TRUE=default). If so will look for a global character vector named model.path

Value

data.frame

Examples

##### Load the .ext file "run001.mod"
# 1) Get path to the example file included in nonmem2R package
file1 <- system.file("extdata", "run001.mod", package = "nonmem2R")
# 2) Load the file using the extload function
modload(file1)


nonmem2R documentation built on April 15, 2022, 1:05 a.m.