dat2_time_to_posix: Combine Date and Time Strings into POSIXct

View source: R/nm_helpers.R

dat2_time_to_posixR Documentation

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")

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".

Value

POSIXct vector.


nmw documentation built on May 8, 2026, 9:07 a.m.