View source: R/install_binary.R
Install a R binary package
1 2 | install_binary(filename, lib = .libPaths()[[1L]], metadata = NULL,
quiet = NULL)
|
filename |
filename of built binary package to install |
lib |
library to install packages into |
metadata |
Named character vector of metadata entries to be added
to the |
quiet |
Whether to suppress console output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.