Learn R Programming

SeaVal (version 1.1.1)

obs_dimvars: Auxiliary function returning observation dimvars.

Description

Observation dimvars are column names in a data table that resemble coordinates for which only one observation may exist.

Usage

obs_dimvars(dt = NULL)

Value

Character vector with column names.

Arguments

dt

optional. You can provide a data table, then the function returns the names of coordinate columns in this data table.

Examples

Run this code
obs_dimvars

Run the code above in your browser using DataLab