tests/testthat/roxygen-examples-complete/19-escaped-slash-out.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 8, 2024, 7:53 p.m.