Learn R Programming

prism (version 0.1.0)

ls_prism_data: List available datasets

Description

List the available data sets to load that have already been downloaded.

Usage

ls_prism_data(absPath = FALSE, name = FALSE)

Arguments

absPath

TRUE if you want to return the absolute path.

name

TRUE if you want file names and titles of data products.

Value

a data frame of downloaded datasets

Examples

Run this code
# NOT RUN {
### Just get file names, used in many other prism* fxn
get_prism_dailys(type="tmean", minDate = "2013-06-01", maxDate = "2013-06-14", keepZip=FALSE)
ls_prism_data()

### Get absolute path values for use with other data
ls_prism_data(absPath = TRUE)

### See prism files you have with title of data product
ls_prism_data(name=TRUE)
# }

Run the code above in your browser using DataLab