R/CopyrightYearUpdate.R
updateCopyrightYearFolder.RdUpdate the copyright year in all R and SQL files in a folder
updateCopyrightYearFolder(path = ".", recursive = TRUE)Path to the folder containing the files to update. Only files with the .R and .SQL extension will be updated.
Include all subfolders?