Load model definition from API, and compile to R library
model_from_api(
url,
model = NULL,
nonmem = NULL,
verbose = TRUE,
get_definition = FALSE,
to_package = FALSE,
force = FALSE,
install_all = FALSE,
...
)
Model object created with new_ode_model()
URL or file path to JSON representation of model
model id (used in messages)
URL or file path to NONMEM file
verbosity (T/F)
return only the model definition, do not compile
compile to package?
force install even if same version number of model already installed.
force install all, even if model inactive
arguments passed to new_ode_model()
function