set_and_assert_arg_filetype {styler} | R Documentation |
Sets and asserts the file type argument to a standard format for further internal processing.
set_and_assert_arg_filetype(filetype)
filetype |
A character vector with file types to convert to the internal standard format. |
styler:::set_and_assert_arg_filetype("rMd")
## Not run:
styler:::set_and_assert_arg_filetype("xyz")
## End(Not run)