mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
22 lines
443 B
Plaintext
22 lines
443 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/ds2dd_detailed.R
|
||
|
\name{hms2character}
|
||
|
\alias{hms2character}
|
||
|
\title{Change "hms" to "character" for REDCap upload.}
|
||
|
\usage{
|
||
|
hms2character(data)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{data}{data set}
|
||
|
}
|
||
|
\value{
|
||
|
data.frame or tibble
|
||
|
}
|
||
|
\description{
|
||
|
Change "hms" to "character" for REDCap upload.
|
||
|
}
|
||
|
\examples{
|
||
|
data <- redcapcast_data
|
||
|
## data |> time_only_correction() |> hms2character()
|
||
|
}
|