conan_bootstrap | R Documentation |
Create a bootstrap library
conan_bootstrap(path, upgrade = FALSE)
path |
Path to create library |
upgrade |
Logical, indicating if the bootstrap packages should be upgraded if newer versions are available. |
Invisibly, path
, but primarily called for its side
effects, which is to create or update the library at path
if (interactive()) {
path <- tempfile()
conan::conan_bootstrap(path)
dir(path)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.