mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +02:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@cff0977fb9 🚀
This commit is contained in:
parent
6020bd5672
commit
69f3fff0dd
43 changed files with 774 additions and 124 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue