modified: Identify records that were modified between two dates

Description Usage Arguments Value Author(s) See Also Examples

Description

Identifies records that were modified between two dates

Usage

1
modified(dat, d1, d2)

Arguments

dat

a dataframe containing fields with the following names: ID, x, y, Species, x_original, y_original, Correction, Modified, Exclude

d1

the start date e.g. "01-07-2014 12:11:12"

d2

the end date e.g. "05-07-2014 12:11:12"

Value

index of row numbers for records with a date in the Modified column of the dataframe (dat) that falls between the dates specified in d1 and d2

Author(s)

Mark Robertson

See Also

modifiedtoday

Examples

1
modified(dat, "01-07-2014 12:11:12", "05-07-2014 12:11:12")

biogeo documentation built on May 1, 2019, 8:05 p.m.