Update the copyright year in all R and SQL files in a folder

updateCopyrightYearFolder(path = ".", recursive = TRUE)

Arguments

path

Path to the folder containing the files to update. Only files with the .R and .SQL extension will be updated.

recursive

Include all subfolders?