transform_utf8_one {styler} | R Documentation |
Potentially transform a file
transform_utf8_one(path, fun, dry)
path |
A vector with file paths to transform. |
fun |
A function that returns a character vector. |
dry |
To indicate whether styler should run in dry mode, i.e. refrain
from writing back to files . |