mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
21 lines
367 B
Text
21 lines
367 B
Text
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/cut-variable-dates.R
|
||
|
\name{is_datetime}
|
||
|
\alias{is_datetime}
|
||
|
\title{Test is date/datetime/time}
|
||
|
\usage{
|
||
|
is_datetime(data)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{data}{data}
|
||
|
}
|
||
|
\value{
|
||
|
factor
|
||
|
}
|
||
|
\description{
|
||
|
Test is date/datetime/time
|
||
|
}
|
||
|
\examples{
|
||
|
vapply(REDCapCAST::redcapcast_data, is_datetime, logical(1))
|
||
|
}
|