Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (18 sloc) 323 Bytes
#' @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")
}
You can’t perform that action at this time.