convertTimes: Convert Times

View source: R/load.R

convertTimesR Documentation

Convert Times

Description

Converts the ALS timestamps (UTC) to the designated study area time zone. Can also trim the data by time.

Usage

convertTimes(input, start.time, stop.time, tz)

Arguments

input

A data frame of standardized detections.

start.time

Detection data prior to the timestamp set in start.time (in YYYY-MM-DD HH:MM:SS format) is not considered during the analysis.

stop.time

Detection data posterior to the timestamp set in stop.time (in YYYY-MM-DD HH:MM:SS format) is not considered during the analysis.

tz

The time zone of the study area. Must match one of the values present in timezones.

Value

A data frame with corrected timestamps.


hugomflavio/actel documentation built on April 18, 2024, 4:23 a.m.