mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 21:40:23 +01:00
26 lines
602 B
Plaintext
26 lines
602 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/ds2dd_detailed.R
|
||
|
\name{time_only_correction}
|
||
|
\alias{time_only_correction}
|
||
|
\title{Correction based on time_only_filter function. Introduces new class for easier
|
||
|
validation labelling.}
|
||
|
\usage{
|
||
|
time_only_correction(data, ...)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{data}{data set}
|
||
|
|
||
|
\item{...}{arguments passed on to `guess_time_only_filter()`}
|
||
|
}
|
||
|
\value{
|
||
|
tibble
|
||
|
}
|
||
|
\description{
|
||
|
Dependens on the data class "hms" introduced with
|
||
|
`guess_time_only_filter()` and converts these
|
||
|
}
|
||
|
\examples{
|
||
|
data <- redcapcast_data
|
||
|
## data |> time_only_correction()
|
||
|
}
|