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