model_from_api: Load model definition from API, and compile to R library

Description Usage Arguments

View source: R/model_from_api.R

Description

Load model definition from API, and compile to R library

Usage

1
2
3
4
model_from_api(model = NULL, url = "http://localhost:8080/api",
  github = FALSE, repo = NULL, auth_token = NULL, verbose = TRUE,
  get_definition = FALSE, to_package = FALSE, force = FALSE,
  run_tests = FALSE, ...)

Arguments

model

model id

url

URL of API

github

not a custom API but GitHub

repo

GH repository specified as 'owner/repo'

auth_token

for private repositories

verbose

verbosity (T/F)

get_definition

return only the model definition, do not compile

to_package

compile to package?

force

force install, even if model inactive

run_tests

run tests associated with model?

...

arguments passed to 'new_ode_model()' function


ronkeizer/PKPDsim documentation built on May 27, 2019, 1:50 p.m.