tests/testthat/roxygen-examples-complete/14-pipe-dontrun-out.R

#' Hi
#'
#' x
#' @examples
#' a %>%
#'   x(b = 3) %>%
#'   ff()
#' \dontrun{
#' style_pkg(
#'   scope = "line_breaks",
#'   math_token_spacing = specfy_math_token_spacing(zero = "'+'")
#' ) %>%
#'   there()
#' }
#' call("\\n", x = 3)
#' @export
NULL
krlmlr/styler documentation built on April 8, 2024, 7:53 p.m.