transform_utf8 {styler} | R Documentation |
Transforms a file with a function.
transform_utf8(path, fun, write_back = TRUE)
path |
A vector with file paths to transform. |
fun |
A function that returns a character vector. |
write_back |
Whether or not the results of the transformation should be written back to the file. |