Description Usage Arguments Details
Installs the CTGAN python package.
1 2 3 4 5 6 7 | install_ctgan(
method = c("auto", "virtualenv", "conda"),
conda = "auto",
envname = NULL,
restart_session = TRUE,
...
)
|
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. |
conda |
Path to conda executable (or "auto" to find conda using the
|
envname |
Name of Python environment to install within. |
restart_session |
Whether to restart R session after installation. |
... |
Additional parameters. |
This model also requires Python 3, Python 2 is unsupported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.