strp_date_or_time: strp datetime or time (Mysql compatible)

View source: R/utils.R

strp_date_or_timeR Documentation

strp datetime or time (Mysql compatible)

Description

strp datetime or time (Mysql compatible)

Usage

strp_date_or_time(x)

Arguments

x

strip datetime or date

Examples

require(magrittr)
x = c(Sys.Date() %>% as.character, Sys.time()%>% as.character )
strp_date_or_time(x)

mpio-be/DataEntry.validation documentation built on June 2, 2022, 8:28 p.m.