| update_backend | R Documentation |
Upgrades the midasverse-midas-api package (and its dependencies) in the
existing Python environment. Stops the running server first so that the
new version is loaded on next use.
update_backend(
method = c("pip", "conda", "uv"),
envname = "midas2_env",
package = "midasverse-midas-api"
)
method |
Character. One of |
envname |
Character. Name of the virtual environment
(default |
package |
Character. Package specifier to upgrade
(default |
No return value, called for side effects.
## Not run:
update_backend()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.