Learn R Programming

trip (version 1.1-2)

TimeOrderedRecords: TimeOrderedRecords

Description

Object to identify DateTimes and IDs in a Spatial object.

Usage

TimeOrderedRecords(x)

Arguments

x
Character vector of 2 elements specifying the data columns of DateTimes and IDs

Value

  • TimeOrderedRecords holds a 2-element character vector, naming the data columns of DateTimes and IDs.

Examples

Run this code
##' tor <- TimeOrderedRecords(c("datetime", "ID"))

Run the code above in your browser using DataLab