Learn R Programming

biogeo (version 1.0)

modifiedtoday: Identify records that were modified today

Description

Identifies records that were modified on the current date

Usage

modifiedtoday(dat)

Arguments

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

Value

See Also

modified, alternatives, alternatives2

Examples

Run this code
f<-modifiedtoday(dat)
dat[f,]

Run the code above in your browser using DataLab