| transform_code {styler} | R Documentation |
A wrapper for enc::transform_lines_enc() which initiates the styling of
either R or Rmd files by passing the relevant transformer function for each
case.
transform_code(path, fun, verbose = FALSE, ...)
path |
A vector of file paths. |
fun |
A function that returns a character vector. |
verbose |
Should the function show a message with a list of changed files? |
... |
Further arguments passed to |