powered by
This function returns a list of the contents of SMAP data files.
list_smap(files, all = FALSE)
A data.frame produced by download_smap() that specifies input data files.
data.frame
download_smap()
If TRUE a longer, more detailed list of information on each entry is provided.
Returns a list of data.frame objects that list the contents of each data file in files.
files
# 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