Deploying to gh-pages from @ agdamsbo/REDCapCAST@80328d6e9a 🚀

This commit is contained in:
agdamsbo 2024-11-27 09:07:15 +00:00
commit cedf90e1db
18 changed files with 442 additions and 26 deletions

View file

@ -40,7 +40,9 @@
<div class="section level2">
<h2 class="pkg-version" data-toc-text="24.11.4" id="redcapcast-24114">REDCapCAST 24.11.4<a class="anchor" aria-label="anchor" href="#redcapcast-24114"></a></h2>
<p>The hosting on shinyapps.io has given a lot of trouble recently. Modyfied package structure a little around the <code><a href="../reference/shiny_cast.html">shiny_cast()</a></code>, to accommodate an alternative hosting approach with all package functions included in a script instead of requiring the package.</p>
<ul><li>read_readcap_labelled():</li>
<ul><li><p>NEW: A new option to <code>raw_or_label</code> in <code>read_readcap_tables()</code> has been added: “both”. Get raw values with REDCap labels applied as labels. Use <code><a href="../reference/as_factor.html">as_factor()</a></code> to format factors with original labels and use the <code>gtsummary</code> package to easily get beautiful tables with original labels from REDCap. Use <code><a href="../reference/fct_drop.html">fct_drop()</a></code> to drop empty levels.</p></li>
<li><p>NEW: fct_drop() has been added with an extension to <code><a href="https://forcats.tidyverse.org/reference/fct_drop.html" class="external-link">forcats::fct_drop()</a></code>, that works across data.frames. Use as <code><a href="../reference/fct_drop.html">fct_drop()</a></code>.</p></li>
<li><p>CHANGE: the default data export method of <code><a href="../reference/easy_redcap.html">easy_redcap()</a></code> has been changed to use the new labelled data export with <code>read_readcap_tables()</code>.</p></li>
</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="24.11.3" id="redcapcast-24113">REDCapCAST 24.11.3<a class="anchor" aria-label="anchor" href="#redcapcast-24113"></a></h2>