FindID: Time-series matching to IDs

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/FindID.R

Description

A function that takes a unique time-series definition and looks inside a large dataset to find all the IDs that correspond to records with matching time-series definitions. A useful function for maintaining transparency in the data collection and processing chain.

Usage

1
FindID(ID, Data)

Arguments

ID

A data frame with one or a set of rows containing a time-series definition, in terms of lat, long, and dates information.

Data

A larger data frame consisting of at least the same information as ID, which is to be looked in to find matches.

Details

Rows in ID do not need to be the same order as in Data, but the variables in dat to be looked in must have the same names as those in ID. Date information can include one date, or optionally a start and end date. Any information in ID must be included in Data.

Value

A set of character strings, listing all the IDs that correspond to the given unique time-series.

Author(s)

Sean Tuck

See Also

MODISSummaries

Examples

1
2

seantuck12/MODISTools documentation built on May 29, 2019, 4:55 p.m.