install_pharmpy_devel | R Documentation |
Install the pharmpy-core python package into virtual environment.
install_pharmpy_devel(
envname = "r-reticulate",
method = "auto",
version = "devel"
)
envname |
(str) name of environment. Default is r-reticulate |
method |
(str) type of environment type (virtualenv, conda). Default is auto (virtualenv is not available on Windows) |
version |
(str) which pharmpy version to use (use 'same' for most cases) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.