Description Usage Arguments Details Value Author(s) Examples
View source: R/refreshFromOldPackages.R
Uses a csv containing package names to install packages en-masse. Use in conjunction with refreshFromOldPackages
1 | refreshFromOldPackages(old_file = "Current_Packages.csv")
|
old_file |
The name of the file that will be used to install packages. |
Uses a csv containing package names to install packages en-masse. Use in conjunction with refreshFromOldPackages
This function installs all the packages from the csv.
Matt Simmons mattsimmons@email.com
1 2 3 4 5 | ## Not run:
write.csv(data.frame(Package = "dplyr"), "Current_Packages.csv")
refreshFromOldPackages()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.