Deploying to gh-pages from @ agdamsbo/FreesearchR@912fff7474 🚀

This commit is contained in:
agdamsbo 2025-03-11 13:01:54 +00:00
commit 30796d5bec
34 changed files with 1196 additions and 161 deletions

View file

@ -94,6 +94,12 @@
<dd>gsub wrapper for piping with default values for separator substituting</dd>
</dl><dl><dt>
<code><a href="columnSelectInput.html">columnSelectInput()</a></code>
</dt>
<dd>A selectizeInput customized for data frames with column labels</dd>
</dl><dl><dt>
<code><a href="contrast_text.html">contrast_text()</a></code>
</dt>
@ -130,7 +136,7 @@
<dd>Data correlations evaluation module</dd>
</dl><dl><dt>
<code><a href="data-plots.html">plot_ridge()</a></code> <code><a href="data-plots.html">create_plot()</a></code> <code><a href="data-plots.html">plot_hbars()</a></code> <code><a href="data-plots.html">plot_violin()</a></code> <code><a href="data-plots.html">plot_scatter()</a></code> <code><a href="data-plots.html">plot_sankey()</a></code>
<code><a href="data-plots.html">plot_ridge()</a></code> <code><a href="data-plots.html">create_plot()</a></code> <code><a href="data-plots.html">plot_hbars()</a></code> <code><a href="data-plots.html">plot_violin()</a></code> <code><a href="data-plots.html">plot_scatter()</a></code> <code><a href="data-plots.html">sankey_ready()</a></code> <code><a href="data-plots.html">plot_sankey()</a></code>
</dt>
<dd>Title</dd>
@ -154,6 +160,12 @@
<dd>Default data parsing</dd>
</dl><dl><dt>
<code><a href="drop_empty_event.html">drop_empty_event()</a></code>
</dt>
<dd>Drop empty events from REDCap export</dd>
</dl><dl><dt>
<code><a href="factorize.html">factorize()</a></code>
</dt>
@ -208,6 +220,24 @@
<dd>GGplot default theme for plotting in Shiny</dd>
</dl><dl><dt>
<code><a href="grepl_fix.html">grepl_fix()</a></code>
</dt>
<dd>Matches pattern to vector based on match type</dd>
</dl><dl><dt>
<code><a href="import-file.html">import_file_ui()</a></code> <code><a href="import-file.html">import_file_server()</a></code>
</dt>
<dd>Import data from a file</dd>
</dl><dl><dt>
<code><a href="import_delim.html">import_delim()</a></code>
</dt>
<dd>Wrapper of data.table::fread to import delim files with few presets</dd>
</dl><dl><dt>
<code><a href="index_embed.html">index_embed()</a></code>
</dt>
@ -235,7 +265,7 @@
<code><a href="is_valid_redcap_url.html">is_valid_redcap_url()</a></code>
</dt>
<dd>Title</dd>
<dd>Test if url is valid format for REDCap API</dd>
</dl><dl><dt>
<code><a href="is_valid_token.html">is_valid_token()</a></code>
@ -346,10 +376,16 @@
<dd>Remove NA labels</dd>
</dl><dl><dt>
<code><a href="sankey_ready.html">sankey_ready()</a></code>
<code><a href="repeated_instruments.html">repeated_instruments()</a></code>
</dt>
<dd>Readying data for sankey plot</dd>
<dd>Get names of repeated instruments</dd>
</dl><dl><dt>
<code><a href="selectInputIcon.html">selectInputIcon()</a></code>
</dt>
<dd>Create a select input control with icon(s)</dd>
</dl><dl><dt>
<code><a href="shiny_freesearcheR.html">shiny_freesearcheR()</a></code>
@ -406,12 +442,24 @@
<dd>Modified from the datamods pacakge</dd>
</dl><dl><dt>
<code><a href="vectorSelectInput.html">vectorSelectInput()</a></code>
</dt>
<dd>A selectizeInput customized for named vectors</dd>
</dl><dl><dt>
<code><a href="vertical_stacked_bars.html">vertical_stacked_bars()</a></code>
</dt>
<dd>Vertical stacked bar plot wrapper</dd>
</dl><dl><dt>
<code><a href="wide2long.html">wide2long()</a></code>
</dt>
<dd>Alternative pivoting method for easily pivoting based on name pattern</dd>
</dl><dl><dt>
<code><a href="write_quarto.html">write_quarto()</a></code>
</dt>