set_colnames | R Documentation |
Set consistent column names
set_colnames(
DT,
x_long,
y_lat,
id,
date = NULL,
time = NULL,
datetime = NULL,
extracols = NULL
)
extracols |
character vector; list of column names to include (eg. for group_pts splitBy) |
Input DT with only selected columns id, datetime, coords and any column provided in extracols
Alec L. Robitaille
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.