init_py | R Documentation |
This function initializes the 'python' environment for the package.
init_py(
py_ver = NULL,
dgpsi_ver = NULL,
reinstall = FALSE,
uninstall = FALSE,
verb = TRUE
)
py_ver |
a string that gives the 'python' version to be installed. If |
dgpsi_ver |
a string that gives the 'python' version of 'dgpsi' to be used. If
|
reinstall |
a bool that indicates whether to reinstall the 'python' version of 'dgpsi' specified
in |
uninstall |
a bool that indicates whether to uninstall the 'python' version of 'dgpsi' specified
in |
verb |
a bool indicating if trace information will be printed during function execution.
Defaults to |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
No return value, called to install required 'python' environment.
## Not run:
# See gp(), dgp(), or lgp() for an example.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.