laads_file_properties: Title

Description Usage Arguments Value Examples

View source: R/getFileProperties.R

Description

Title

Usage

1
laads_file_properties(file_ids = "299343600")

Arguments

file_ids

file IDs for the data files, either a single one or a vector of IDs. For getting IDs see laads_search_files.

Value

A data.frame (tibble) containing data file properties, including name, id, size, format, ingest time, data start time, and online status.

Examples

1
2
3
4
5
6
7
8
## Not run: 
files <- laads_search_files(product = "MCD15A2",
                              start_time = "2010-01-01",
                              end_time = "2010-01-10",
                              coords_or_tiles = "global",
                              day_night_both = "DNB")$file_id
laads_file_properties(file_ids = files[1:10])
## End(Not run)

masalmon/laads documentation built on May 21, 2019, 12:40 p.m.