Learn R Programming

nmw (version 0.3.0)

dat2_time_to_posix: Combine Date and Time Strings into POSIXct

Description

Combine "YYYY-MM-DD" and "HH:MM" character vectors into POSIXct.

Usage

dat2_time_to_posix(dat2, time, tz = "UTC")

Value

POSIXct vector.

Arguments

dat2

character vector of dates in "YYYY-MM-DD" format.

time

character vector of times in "HH:MM" format.

tz

time zone. Default "UTC".