is_on_ci | R Documentation |
Determines if the environment is a continuous integration service
is_on_ci()
TRUE if run on AppVeyor or Travis CI, FALSE otherwise
Richèl J.C. Bilderbeek
if (is_on_ci()) {
message("Running on a continuous integration service")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.