mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@4ad21c7f57 🚀
This commit is contained in:
parent
826994faef
commit
910c7408b7
78 changed files with 510 additions and 927 deletions
|
|
@ -7,7 +7,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.11.3</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">24.11.4</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">
|
||||
|
|
@ -97,6 +97,12 @@
|
|||
<dd>Simple function to generate REDCap branching logic from character vector</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="clean_field_label.html">clean_field_label()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Very simple function to remove rich text formatting from field label and save the first paragraph ('<p>...</p>').</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="clean_redcap_name.html">clean_redcap_name()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
@ -331,12 +337,24 @@
|
|||
<dd>Convenience function to download complete instrument, using token storage in keyring.</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="read_redcap_labelled.html">read_redcap_labelled()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>REDCap read function to preserve field labels and all factor levels</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="read_redcap_tables.html">read_redcap_tables()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Download REDCap data</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="redcap_meta_default.html">redcap_meta_default()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Default column names of a REDCap data dictionary</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="redcap_wider.html">redcap_wider()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue