A wrapper for utf8::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, ...)
A vector of file paths.
A function that returns a character vector.
Should the function show a message with a list of changed files?
Further arguments passed to utf8::transform_lines_enc()
.