Learn R Programming

smapr (version 0.2.1)

list_smap: Lists the contents of SMAP data files

Description

This function returns a list of the contents of SMAP data files.

Usage

list_smap(files, all = FALSE)

Arguments

files

A data.frame produced by download_smap() that specifies input data files.

all

If TRUE a longer, more detailed list of information on each entry is provided.

Value

Returns a list of data.frame objects that list the contents of each data file in files.

Examples

Run this code
# NOT RUN {
files <- find_smap(id = "SPL4SMGP", dates = "2015-03-31", version = 4)
files <- download_smap(files[1, ])
list_smap(files)
list_smap(files, all = TRUE)
# }

Run the code above in your browser using DataLab