Description Usage Arguments Examples
A convenience function for building & installing d4tools from crates.io using cargo. Requires a Rust install and 'gcc'.
1 | d4_install_cargo(..., cargo = NULL)
|
... |
any valid cargo install flags passed as R function arguments. Omit leading dashes, and replace dashes between words with underscores (_). |
cargo |
path to cargo if installed at a nonstandard location. Default: "~/.cargo/bin/cargo". |
1 2 3 4 | ## Not run:
d4_install_cargo()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.