Nothing
#' @title Pipe operator
#'
#' @description
#' See vignette at \url{https://CRAN.R-project.org/package=magrittr}.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @return The value of the final expression in the pipe chain.
#'
NULL
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.