retrieveCurrentPackagesData: retrieveCurrentPackagesData

Description Usage Arguments Details Value Author(s) Examples

View source: R/retrieveCurrentPackagesData.R

Description

Retrieves all currently stored packages and writes them to a file for use by refreshFromOldPackages

Usage

1
retrieveCurrentPackagesData(file = "Current_Packages.csv")

Arguments

file

The name of the file that the packages will be written to

Details

Retrieves all currently stored packages and writes them to a file for use by refreshFromOldPackages

Value

This function writes down a file to the file location with all currently installed packages.

Author(s)

Matt Simmons mattsimmons@email.com

Examples

1
2
3
4
5
## Not run: 
retrieveCurrentPackagesData()
retrieveCurrentPackagesData(file = "another-file.csv")

## End(Not run)

mattsq/examplePackage documentation built on May 23, 2020, 12:23 p.m.