metadata: Generate data details

View source: R/metadata.R

metadataR Documentation

Generate data details

Description

Metadata about input data including file paths, column names, time zones and EPSG codes.

Usage

metadata()

Arguments

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 check_deployment().

Author(s)

Alec L. Robitaille


robitalec/prepare-locs documentation built on Jan. 30, 2024, 9:45 a.m.