mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +02:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@4c5d58bf82 🚀
This commit is contained in:
parent
0729553488
commit
feb9d8eb61
31 changed files with 1135 additions and 211 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<a class="navbar-brand me-2" href="../index.html">REDCapCAST</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">24.1.1</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">24.1.2</small>
|
||||
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
@ -79,7 +79,12 @@
|
|||
|
||||
<code><a href="ds2dd.html">ds2dd()</a></code>
|
||||
</dt>
|
||||
<dd>Data set to data dictionary function</dd>
|
||||
<dd>(DEPRECATED) Data set to data dictionary function</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="ds2dd_detailed.html">ds2dd_detailed()</a></code>
|
||||
</dt>
|
||||
<dd>Extract data from stata file for data dictionary</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="easy_redcap.html">easy_redcap()</a></code>
|
||||
|
|
@ -97,6 +102,21 @@
|
|||
<dd>Retrieve project API key if stored, if not, set and retrieve</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="guess_time_only_filter.html">guess_time_only_filter()</a></code>
|
||||
</dt>
|
||||
<dd>Try at determining which are true time only variables</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="hms2character.html">hms2character()</a></code>
|
||||
</dt>
|
||||
<dd>Change "hms" to "character" for REDCap upload.</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="mark_complete.html">mark_complete()</a></code>
|
||||
</dt>
|
||||
<dd>Completion marking based on completed upload</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="match_fields_to_form.html">match_fields_to_form()</a></code>
|
||||
</dt>
|
||||
<dd>Match fields to forms</dd>
|
||||
|
|
@ -135,6 +155,12 @@
|
|||
<code><a href="strsplitx.html">strsplitx()</a></code>
|
||||
</dt>
|
||||
<dd>Extended string splitting</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="time_only_correction.html">time_only_correction()</a></code>
|
||||
</dt>
|
||||
<dd>Correction based on time_only_filter function. Introduces new class for easier
|
||||
validation labelling.</dd>
|
||||
</dl></div>
|
||||
</main></div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue