mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-12-04 18:11:53 +01:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@d8ca1d9eb1 🚀
This commit is contained in:
parent
cedf90e1db
commit
97174ea045
@ -39,7 +39,8 @@
|
||||
|
||||
<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>
|
||||
<p>This release attempts to solve problems hosting the shiny_cast app, while also implementing functions to preserve as much meta data as possible from the REDCap database when exporting data.</p>
|
||||
<p>The hosting on shinyapps.io has given a lot of trouble recently. Modified 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><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>
|
||||
|
@ -5,7 +5,7 @@ articles:
|
||||
Database-creation: Database-creation.html
|
||||
REDCapCAST: REDCapCAST.html
|
||||
Shiny-app: Shiny-app.html
|
||||
last_built: 2024-11-27T09:06Z
|
||||
last_built: 2024-11-27T09:20Z
|
||||
urls:
|
||||
reference: https://agdamsbo.github.io/REDCapCAST/reference
|
||||
article: https://agdamsbo.github.io/REDCapCAST/articles
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user