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

Try the styler package in your browser

Any scripts or data that you put into this service are public.

styler documentation built on Aug. 29, 2023, 5:10 p.m.