Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (14 sloc) 238 Bytes
#' Backtick
#'
#' Backtick selected word(s)
#'
#' @return a backticked text selection
#' @export
#' @examples
#' \dontrun{
#' remedy_example(
#' c( "to_backtick"),
#' backtickr
#' )
#' }
backtickr <- function() enclose("`")
You can’t perform that action at this time.