mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +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
19
man/mark_complete.Rd
Normal file
19
man/mark_complete.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/ds2dd_detailed.R
|
||||
\name{mark_complete}
|
||||
\alias{mark_complete}
|
||||
\title{Completion marking based on completed upload}
|
||||
\usage{
|
||||
mark_complete(upload, ls)
|
||||
}
|
||||
\arguments{
|
||||
\item{upload}{output list from `REDCapR::redcap_write()`}
|
||||
|
||||
\item{ls}{output list from `ds2dd_detailed()`}
|
||||
}
|
||||
\value{
|
||||
list with `REDCapR::redcap_write()` results
|
||||
}
|
||||
\description{
|
||||
Completion marking based on completed upload
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue