R/xaringan.R

#' @title xaringan
#'
#' @description xaringan pull left and pull right
#'
#' @return a template for xaringan pull left and right
#' @export
#' 
#' @examples 
#' \dontrun{
#' remedy_example( 
#'     "", 
#'     xaringanr
#'     )
#' }
#' 
xaringanr <- function(){
  enclose(".pull-left[\n\n]\n", "\n.pull-right[\n\n]\n")
}

Try the remedy package in your browser

Any scripts or data that you put into this service are public.

remedy documentation built on May 2, 2019, 8:30 a.m.