use_ci | R Documentation |
Sets up continuous integration, or prompts the user to do it manually.
use_ci(
ci = getOption("precommit.ci", "native"),
force = FALSE,
open = rstudioapi::isAvailable(),
root = here::here()
)
ci |
Specifies which continuous integration service to use. See
|
force |
Whether or not to overwrite an existing ci config file (only
relevant for |
open |
Whether or not to open pre-commit.ci
(if |
root |
The path to the root directory of your project. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.