Deploying to gh-pages from @ agdamsbo/FreesearchR@e8307d3a2e 🚀

This commit is contained in:
agdamsbo 2026-06-01 07:45:41 +00:00
commit 6087f061bf
186 changed files with 782 additions and 364 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.4.2</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">26.6.1</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">
@ -120,6 +120,13 @@
</dt>
<dd>Convert string of arguments to list of arguments</dd>
<dt>
<code><a href="available_plots.html">available_plots()</a></code>
</dt>
<dd>Implemented functions</dd>
<dt>
<code><a href="baseline_table.html">baseline_table()</a></code>
@ -463,6 +470,13 @@
</dt>
<dd>Get the function options based on the selected function description</dd>
<dt>
<code><a href="get_input_params.html">get_input_params()</a></code>
</dt>
<dd>Get the function parameters based on the selected function description</dd>
<dt>
<code><a href="get_label.html">get_label()</a></code>
@ -883,6 +897,13 @@
</dt>
<dd>Create a select input control with icon(s)</dd>
<dt>
<code><a href="selectPlotVariables.html">selectPlotVariables()</a></code>
</dt>
<dd>Wrapper for columnSelectInput</dd>
<dt>
<code><a href="separate_string.html">separate_string()</a></code>