Deploying to gh-pages from @ agdamsbo/freesearcheR@49695a5f41 🚀

This commit is contained in:
agdamsbo 2025-01-16 11:01:08 +00:00
commit 6856f48e2a
35 changed files with 12196 additions and 3 deletions

View file

@ -44,6 +44,18 @@
<dl><dt>
<code><a href="add_class_icon.html">add_class_icon()</a></code>
</dt>
<dd>Convert class grid column to icon</dd>
</dl><dl><dt>
<code><a href="add_sparkline.html">add_sparkline()</a></code>
</dt>
<dd>Add sparkline to datagrid</dd>
</dl><dl><dt>
<code><a href="argsstring2list.html">argsstring2list()</a></code>
</dt>
@ -56,6 +68,12 @@
<dd>Print a flexible baseline characteristics table</dd>
</dl><dl><dt>
<code><a href="create_overview_datagrid.html">create_overview_datagrid()</a></code>
</dt>
<dd>Create a data overview datagrid</dd>
</dl><dl><dt>
<code><a href="custom_theme.html">custom_theme()</a></code>
</dt>
@ -74,6 +92,12 @@
<dd>Title</dd>
</dl><dl><dt>
<code><a href="data-summary.html">data_summary_ui()</a></code> <code><a href="data-summary.html">data_summary_server()</a></code>
</dt>
<dd>Data summary module</dd>
</dl><dl><dt>
<code><a href="default_format_arguments.html">default_format_arguments()</a></code>
</dt>
@ -122,18 +146,36 @@
<dd>Test class</dd>
</dl><dl><dt>
<code><a href="is_consecutive.html">is_consecutive()</a></code>
</dt>
<dd>Checks if elements in vector are equally spaced as indication of ID</dd>
</dl><dl><dt>
<code><a href="is_datetime.html">is_datetime()</a></code>
</dt>
<dd>Test is date/datetime/time</dd>
</dl><dl><dt>
<code><a href="m_datafileUI.html">m_datafileUI()</a></code>
</dt>
<dd>Shiny UI module to load a data file</dd>
</dl><dl><dt>
<code><a href="modify_qmd.html">modify_qmd()</a></code>
</dt>
<dd>Wrapper to modify quarto file to render specific formats</dd>
</dl><dl><dt>
<code><a href="overview_vars.html">overview_vars()</a></code>
</dt>
<dd>Create a data overview data.frame ready for sparklines</dd>
</dl><dl><dt>
<code><a href="read_input.html">read_input()</a></code>
</dt>
@ -164,6 +206,12 @@
<dd>Create table of regression model</dd>
</dl><dl><dt>
<code><a href="remove_na_attr.html">remove_na_attr()</a></code>
</dt>
<dd>Remove NA labels</dd>
</dl><dl><dt>
<code><a href="shiny_freesearcheR.html">shiny_freesearcheR()</a></code>
</dt>
@ -182,6 +230,18 @@
<dd>A substitue to gtsummary::tbl_merge, that will use list names for the tab spanner names.</dd>
</dl><dl><dt>
<code><a href="update-variables.html">update_variables_ui()</a></code> <code><a href="update-variables.html">update_variables_server()</a></code>
</dt>
<dd>Select, rename and convert variables</dd>
</dl><dl><dt>
<code><a href="update_variables_datagrid.html">update_variables_datagrid()</a></code>
</dt>
<dd>Modified from the datamods pacakge</dd>
</dl><dl><dt>
<code><a href="write_quarto.html">write_quarto()</a></code>
</dt>