View source: R/install_pycox.R
Installs the python 'pycox' package via reticulate.
1 2 3 4 5 6 | install_pycox(
method = "auto",
conda = "auto",
pip = FALSE,
install_torch = FALSE
)
|
method, conda, pip |
See reticulate::py_install. |
install_torch |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.