tests/testthat/roxygen-examples-complete/14-pipe-dontrun-in.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 24, 2024, 4:14 p.m.