R/CopyrightYearUpdate.R
updatePackageNameFolder.Rd
Update the package name in all R and SQL files in a folder
updatePackageNameFolder(path = ".", packageName, recursive = TRUE)
Path to the folder containing the files to update. Only files with the .R and .SQL extension will be updated.
The replacement package name
Include all subfolders?