Nothing
#' Check if object is a code
#'
#' @param x object to check
#'
#' @return
#' Returns a logical of length 1 indicating whether or not \code{X} is of
#' type 'code'.
#'
#' @export
is.code <- function(x) {
methods::is(x, "code")
}
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.