tests/testthat/roxygen-examples-complete/19-escaped-slash-in.R

#' Data frame and Tables Pretty Formatting
#'
#' @examples
#'   c("\nA \\nyellow \\\nline", "yellow")
#'   c("\ A \\ nyellow \\\ nline", "yellow")
#' \dontrun{
#'   c("\nA \\nyellow \\\nline", "yellow")
#'   c("\ A \\ nyellow \\\ nline", "yellow")
#' }
#' @export
NULL


one  <- "\t"
two   = "\\t"
three = "\\\t"
four  = "\\\\t"
five  = "\\\\\t"
six   = "\\\\\\t"

two   = "\\"
four  = "\\\\"
five  = "\\\\."
six   = "\\\\\\w"
six   = "\\\\\\"
krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.