Description Usage Arguments Details Value Author(s) Examples
View source: R/retrieveCurrentPackagesData.R
Retrieves all currently stored packages and writes them to a file for use by refreshFromOldPackages
1 | retrieveCurrentPackagesData(file = "Current_Packages.csv")
|
file |
The name of the file that the packages will be written to |
Retrieves all currently stored packages and writes them to a file for use by refreshFromOldPackages
This function writes down a file to the file location with all currently installed packages.
Matt Simmons mattsimmons@email.com
1 2 3 4 5 | ## Not run:
retrieveCurrentPackagesData()
retrieveCurrentPackagesData(file = "another-file.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.