mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37: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
24
man/is_any_class.Rd
Normal file
24
man/is_any_class.Rd
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/cut-variable-dates.R
|
||||
\name{is_any_class}
|
||||
\alias{is_any_class}
|
||||
\title{Test class}
|
||||
\usage{
|
||||
is_any_class(data, class.vec)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data}
|
||||
|
||||
\item{class.vec}{vector of class names to test}
|
||||
}
|
||||
\value{
|
||||
factor
|
||||
}
|
||||
\description{
|
||||
Test class
|
||||
}
|
||||
\examples{
|
||||
vapply(REDCapCAST::redcapcast_data, \(.x){
|
||||
is_any_class(.x, c("hms", "Date", "POSIXct", "POSIXt"))
|
||||
}, logical(1))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue