check_r_filenames.Rd
Checks that all filenames in the directory R/
are lower case and the file extension matches .extension
check_r_filenames(path = ".", extension = "R")
path | Location of the package |
---|---|
extension | Preferred R file extension. Default |
check_r_filenames()#>#>#>#> ✔ Extensions look good#> ✔ Filenames look good