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

This commit is contained in:
agdamsbo 2024-02-27 11:56:38 +00:00
commit 69f3fff0dd
43 changed files with 774 additions and 124 deletions

View file

@ -24,7 +24,9 @@
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false" aria-haspopup="true" id="dropdown-articles">Articles</a>
<div class="dropdown-menu" aria-labelledby="dropdown-articles">
<a class="dropdown-item" href="../articles/Database-creation.html">Database-creation</a>
<a class="dropdown-item" href="../articles/Introduction.html">Introduction</a>
<a class="dropdown-item" href="../articles/Shiny-app.html">Shiny-app</a>
</div>
</li>
<li class="nav-item">
@ -77,6 +79,11 @@
<dd>Convert single digits to words</dd>
</dl><dl><dt>
<code><a href="deploy_shiny.html">deploy_shiny()</a></code>
</dt>
<dd>Deploy the Shiny app with rsconnect</dd>
</dl><dl><dt>
<code><a href="ds2dd.html">ds2dd()</a></code>
</dt>
<dd>(DEPRECATED) Data set to data dictionary function</dd>
@ -137,6 +144,11 @@
<dd>Match fields to forms</dd>
</dl><dl><dt>
<code><a href="mtcars_redcap.html">mtcars_redcap</a></code>
</dt>
<dd>mtcars dataset slightly modified to use for Shiny app upload demonstration</dd>
</dl><dl><dt>
<code><a href="read_input.html">read_input()</a></code>
</dt>
<dd>Flexible file import based on extension</dd>