forceCompliance: Function to ensure dates and times are in order with trip ID

View source: R/trip.R

forceComplianceR Documentation

Function to ensure dates and times are in order with trip ID

Description

A convenience function, that removes duplicate rows, sorts by the date-times within ID, and removes duplicates from a data frame or SpatialPointsDataFrame.

Usage

forceCompliance(x, tor)

Arguments

x

data.frame or SpatialPointsDataFrame-class

tor

character vector of names of date-times and trip ID columns

Value

data.frame or SpatialPointsDataFrame-class.

Note

It's really important that data used are of a given quality, but this function makes the most common trip problems easy to apply.

See Also

trip


Trackage/trip documentation built on July 7, 2023, 11:09 a.m.