tests/testthat/roxygen-examples-complete/15-roxygen-dontrun-indention-in.R

#' Bla
#'
#' @examples
#' \dontrun{xfun::write_utf8("1++1",file)}
#' style_file(
#'   file,
#'    style = tidyverse_style,strict =TRUE
#'    )
#' \dontrun{style_file(
#'   file,
#'    style = tidyverse_style,strict =TRUE
#'    )
#' }
#' if (TRUE)
#'   return(X)
#'
#' if (TRUE )
#' return(X )
#'if (TRUE )
#'return(X )
x <- y

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.