View source: R/CopyrightYearUpdate.R
updatePackageNameFolder | R Documentation |
Update the package name in all R and SQL files in a folder
updatePackageNameFolder(path = ".", packageName, recursive = TRUE)
path |
Path to the folder containing the files to update. Only files with the .R and .SQL extension will be updated. |
packageName |
The replacement package name |
recursive |
Include all subfolders? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.