Deploying to gh-pages from @ agdamsbo/REDCapCAST@30d82e5288 🚀

This commit is contained in:
agdamsbo 2024-11-28 13:44:19 +00:00
commit 4fe8a0d73c
19 changed files with 1122 additions and 250 deletions

View file

@ -199,6 +199,12 @@
<dd>focused_metadata</dd>
</dl><dl><dt>
<code><a href="format_redcap_factor.html">format_redcap_factor()</a></code>
</dt>
<dd>Converts REDCap choices to factor levels and stores in labels attribute</dd>
</dl><dl><dt>
<code><a href="format_subheader.html">format_subheader()</a></code>
</dt>
@ -313,6 +319,12 @@
<dd>Helper to auto-parse un-formatted data with haven and readr</dd>
</dl><dl><dt>
<code><a href="possibly_numeric.html">possibly_numeric()</a></code>
</dt>
<dd>Tests if vector can be interpreted as numeric without introducing NAs by coercion</dd>
</dl><dl><dt>
<code><a href="possibly_roman.html">possibly_roman()</a></code>
</dt>
@ -370,7 +382,7 @@
<code><a href="redcap_wider.html">redcap_wider()</a></code>
</dt>
<dd>Redcap Wider</dd>
<dd>Transforms list of REDCap data.frames to a single wide data.frame</dd>
</dl><dl><dt>
<code><a href="redcapcast_data.html">redcapcast_data</a></code>