Nothing
#' @rdname covr
#' @title Detect covr
#'
#' @return A logical value
#' @export
#'
#' @examples
#' using_covr()
using_covr <- function() {
using_envvar("R_COVR", value = "true")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.