mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@f25361fb79 🚀
This commit is contained in:
parent
15087b47cc
commit
6020bd5672
10 changed files with 648 additions and 108 deletions
|
|
@ -92,6 +92,11 @@
|
|||
<dd>Secure API key storage and data acquisition in one</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="file_extension.html">file_extension()</a></code>
|
||||
</dt>
|
||||
<dd>Helper to import files correctly</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="focused_metadata.html">focused_metadata()</a></code>
|
||||
</dt>
|
||||
<dd>focused_metadata</dd>
|
||||
|
|
@ -132,6 +137,11 @@
|
|||
<dd>Match fields to forms</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="read_input.html">read_input()</a></code>
|
||||
</dt>
|
||||
<dd>Flexible file import based on extension</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="read_redcap_instrument.html">read_redcap_instrument()</a></code>
|
||||
</dt>
|
||||
<dd>Convenience function to download complete instrument, using token storage in keyring.</dd>
|
||||
|
|
@ -162,6 +172,16 @@
|
|||
<dd>Sanitize list of data frames</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="server_factory.html">server_factory()</a></code>
|
||||
</dt>
|
||||
<dd>Shiny server factory</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="shiny_cast.html">shiny_cast()</a></code>
|
||||
</dt>
|
||||
<dd>Launch the included Shiny-app for database casting and upload</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="split_non_repeating_forms.html">split_non_repeating_forms()</a></code>
|
||||
</dt>
|
||||
<dd>Split a data frame into separate tables for each form</dd>
|
||||
|
|
@ -176,6 +196,11 @@
|
|||
</dt>
|
||||
<dd>Correction based on time_only_filter function. Introduces new class for easier
|
||||
validation labelling.</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="ui_factory.html">ui_factory()</a></code>
|
||||
</dt>
|
||||
<dd>UI factory for shiny app</dd>
|
||||
</dl></div>
|
||||
</main></div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue