Learn R Programming

biogeo (version 1.0)

modified: Identify records that were modified between two dates

Description

Identifies records that were modified between two dates

Usage

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

See Also

modifiedtoday

Examples

Run this code
modified(dat, "01-07-2014 12:11:12", "05-07-2014 12:11:12")

Run the code above in your browser using DataLab