Learn R Programming

pharmr (version 1.0.1)

read_model: read_model

Description

Read model from file

Usage

read_model(path)

Value

(Model) Read model object

Arguments

path

(str) Path to model

See Also

read_model_from_database : Read model from database

read_model_from_string : Read model from string

Examples

Run this code
if (FALSE) {
model <- read_model("/home/run1$mod")
}

Run the code above in your browser using DataLab