time_dimvars {SeaVal} | R Documentation |
Auxiliary function
Description
returns all column names indicating a temporal coordinate.
Usage
time_dimvars(dt = NULL)
Arguments
dt |
optional. You can provide a data table, then the function returns the names of temporal coordinate columns in this data table. |
Value
Character vector with column names.
Examples
time_dimvars()
[Package SeaVal version 1.2.0 Index]