Deploying to gh-pages from @ agdamsbo/REDCapCAST@e582900d98 🚀

This commit is contained in:
agdamsbo 2024-01-10 09:04:25 +00:00
commit 3fa08bd37f
4 changed files with 109 additions and 109 deletions

View file

@ -51,7 +51,7 @@
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="24.1.1" id="redcapcast-2411">REDCapCAST 24.1.1<a class="anchor" aria-label="anchor" href="#redcapcast-2411"></a></h2>
<h2 class="pkg-version" data-toc-text="24.1.1" id="redcapcast-2411">REDCapCAST 24.1.1<a class="anchor" aria-label="anchor" href="#redcapcast-2411"></a></h2><p class="text-muted">CRAN release: 2024-01-09</p>
<div class="section level4">
<h4 id="functions-24-1-1">Functions<a class="anchor" aria-label="anchor" href="#functions-24-1-1"></a></h4>
<ul><li>Fix: <code><a href="../reference/read_redcap_tables.html">read_redcap_tables()</a></code>: checking form names based on data dictionary to allow handling of non-longitudinal projects. Prints invalid form names and invalid event names. If invalid form names are supplied to <code><a href="https://ouhscbbmc.github.io/REDCapR/reference/redcap_read.html" class="external-link">REDCapR::redcap_read()</a></code> (which is the backbone), all forms are exported, which is not what we want with a focused approach. Invalid event names will give an output with a rather peculiar formatting. Checking of field names validity is also added.</li>