Deploying to gh-pages from @ agdamsbo/REDCapCAST@18544ddcfe 🚀

This commit is contained in:
agdamsbo 2024-11-20 13:41:50 +00:00
commit 4c1650d528
21 changed files with 488 additions and 316 deletions

View file

@ -55,6 +55,12 @@
<dd>Split REDCap repeating instruments table into multiple tables</dd>
</dl><dl><dt>
<code><a href="as_factor.html">as_factor()</a></code>
</dt>
<dd>Convert labelled vectors to factors while preserving attributes</dd>
</dl><dl><dt>
<code><a href="case_match_regex_list.html">case_match_regex_list()</a></code>
</dt>
@ -127,6 +133,12 @@
<dd>Creates zip-file with necessary content to manually add instrument to database</dd>
</dl><dl><dt>
<code><a href="fct2num.html">fct2num()</a></code>
</dt>
<dd>Allows conversion of factor to numeric values preserving original levels</dd>
</dl><dl><dt>
<code><a href="file_extension.html">file_extension()</a></code>
</dt>
@ -223,6 +235,12 @@
<dd>mtcars dataset slightly modified to use for Shiny app upload demonstration</dd>
</dl><dl><dt>
<code><a href="named_levels.html">named_levels()</a></code>
</dt>
<dd>Get named vector of factor levels and values</dd>
</dl><dl><dt>
<code><a href="numchar2fct.html">numchar2fct()</a></code>
</dt>