Format all R files in a folder
formatRFolder(path = ".", recursive = TRUE, skipAutogenerated = TRUE, ...)
Path to the folder containing the files to format. Only files with the .R extension will be formatted.
Include all subfolders?
Skip auto-generated files such as RcppExports.R?
Parameters to be passed on the the formatRFile function
DEPRECRATED. Please use styler::style_dir
instead.