mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
new functionds2dd_detailed()which includes more details than the old ds2dd().
This commit is contained in:
parent
f488dde528
commit
21e635d775
8 changed files with 534 additions and 4 deletions
21
man/hms2character.Rd
Normal file
21
man/hms2character.Rd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
% 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()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue