dog_date_from_text: Change class

Description Usage Arguments Value Examples

View source: R/dog_date_from_text.R

Description

Changes the class of a text timestamp to a POSIXct.

Usage

1

Arguments

df

A data frame or tibble.

x

A column with datetime in text format.

Value

The same data frame with the timestamp column as datetime.

Examples

1
dog_date_from_text(tibble::tibble(time_text = as.character(Sys.time())), time_text)

davidbaniadam/rispacs documentation built on Nov. 4, 2019, 9:43 a.m.