Deploying to gh-pages from @ agdamsbo/FreesearchR@75f2ae07b7 🚀

This commit is contained in:
agdamsbo 2026-03-30 18:46:00 +00:00
commit 7812bc69fa
194 changed files with 999 additions and 560 deletions

View file

@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">26.3.4</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">26.3.5</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
@ -283,7 +283,7 @@
<dt>
<code><a href="data-plots.html">data_visuals_ui()</a></code> <code><a href="data-plots.html">data_visuals_server()</a></code> <code><a href="data-plots.html">create_plot()</a></code> <code><a href="data-plots.html">plot_bar_single()</a></code> <code><a href="data-plots.html">plot_box()</a></code> <code><a href="data-plots.html">plot_box_single()</a></code> <code><a href="data-plots.html">plot_hbars()</a></code> <code><a href="data-plots.html">plot_ridge()</a></code> <code><a href="data-plots.html">sankey_ready()</a></code> <code><a href="data-plots.html">plot_sankey()</a></code> <code><a href="data-plots.html">plot_scatter()</a></code> <code><a href="data-plots.html">plot_violin()</a></code>
<code><a href="data-plots.html">data_visuals_ui()</a></code> <code><a href="data-plots.html">data_visuals_server()</a></code> <code><a href="data-plots.html">create_plot()</a></code> <code><a href="data-plots.html">plot_bar_single()</a></code> <code><a href="data-plots.html">plot_box()</a></code> <code><a href="data-plots.html">plot_box_single()</a></code> <code><a href="data-plots.html">plot_hbars()</a></code> <code><a href="data-plots.html">plot_likert()</a></code> <code><a href="data-plots.html">plot_ridge()</a></code> <code><a href="data-plots.html">sankey_ready()</a></code> <code><a href="data-plots.html">plot_sankey()</a></code> <code><a href="data-plots.html">plot_scatter()</a></code> <code><a href="data-plots.html">plot_violin()</a></code>
</dt>
<dd>Data correlations evaluation module</dd>
@ -1016,6 +1016,13 @@
</dt>
<dd>Modified from the datamods pacakge</dd>
<dt>
<code><a href="validate_redcap_filter.html">validate_redcap_filter()</a></code>
</dt>
<dd>Validate a REDCap server-side filter string against a data dictionary</dd>
<dt>
<code><a href="validation.html">validation_ui()</a></code> <code><a href="validation.html">validation_server()</a></code>