| install_mdrb | R Documentation |
Installs metabodecon's Rust backend mdrb from R-Universe.
lifecycle::badge("experimental")
install_mdrb(ask = TRUE, ...)
ask |
Whether to ask for confirmation before attempting installation. Default is TRUE. |
... |
Additional arguments to pass to |
NULL. Called for side effect of installing the Rust backend.
2024-2025 Tobias Schmidt: initial version.
if (interactive()) try(install_mdrb())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.