datetime_stampify: datetime_stampify

Description Usage Arguments Value

View source: R/clean_data.R

Description

Create a datetime column from character strings. Assumes datetime has a timezone of UTC, but this can be modified with the .tz argument.

Usage

1
datetime_stampify(.data, .datetime, .tz = "UTC")

Arguments

.data

A data frame or data frame extension (e.g., tibble).

.datetime

Name of the column field that identifies the datetime.

.tz

Time zone of the datetime.

Value

The mutated tibble with a new column labeled datetime_[.tz].


jmhatch/seebirdr documentation built on April 19, 2020, 10:23 p.m.