metadata | R Documentation |
Metadata about input data including file paths, column names, time zones and EPSG codes.
metadata()
path |
filepath |
x_long |
unprojected longitude coordinate column name |
y_lat |
unprojected latitude coordinate column name |
id |
individual identifier column name |
datetime |
datetime column name. either provide datetime or both date and time |
date |
date column name. either provide both date and time or datetime |
time |
time column name. either provide both date and time or datetime |
extracols |
list of extra column names to preserve |
tz |
time zone of datetime columns as stored in the input file |
epsgin |
EPSG code of input. if numeric, EPSG code to use for all rows. if character, column name of EPSG code in DT |
epsgout |
local projection EPSG code to reproject x_long+y_lat into |
deployment |
path to deployment CSV. see |
Alec L. Robitaille
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.