View source: R/model_from_api.R
| model_from_api | R Documentation | 
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,
  ...
)
| url | URL or file path to JSON representation of model | 
| model | model id (used in messages) | 
| nonmem | URL or file path to NONMEM file | 
| verbose | verbosity (T/F) | 
| get_definition | return only the model definition, do not compile | 
| to_package | compile to package? | 
| force | force install even if same version number of model already installed. | 
| install_all | force install all, even if model inactive | 
| ... | arguments passed to  | 
Model object created with new_ode_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.