vc_install | R Documentation |
This uses reticulate::py_install
to install or
update the underlying python package.
vc_install(package = "vfb-connect", ...)
package |
Optional package name, possible with version specifier (see examples) |
... |
Additional arguments passed to
|
## Not run:
vc_install()
# install a specific version
vc_install("vfb-connect~=1.2.4")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.