Nothing
#' Check if character is a pop symbol
#'
#' @param x an R object to be tested.
#'
#' @return A logical vector the same length as \code{x},
#' with \code{TRUE} for elements equal to the pop symbol \code{"]"},
#' and \code{FALSE} otherwise.
#'
#' @export
is_pop_symbol <- function(x){ x == ']'}
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.