mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new working version with major updates
This commit is contained in:
parent
fb2569c647
commit
e4633421aa
16 changed files with 1678 additions and 85 deletions
20
man/is_datetime.Rd
Normal file
20
man/is_datetime.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% 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))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue