Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (18 sloc) 300 Bytes
#' @title LaTeX
#'
#' @description Convert the selected text in inline LaTeX.
#'
#' @return inline LaTeX text (in markdown)
#'
#' @rdname latex
#' @export
#'
#' @examples
#' \dontrun{
#' remedy_example(
#' c( "Latex stuffs"),
#' latexr
#' )
#' }
#'
latexr <- function() enclose("$")
You can’t perform that action at this time.