Deploying to gh-pages from @ agdamsbo/FreesearchR@361296531e 🚀

This commit is contained in:
agdamsbo 2025-04-11 11:41:33 +00:00
commit 93a9560398
24 changed files with 867 additions and 547 deletions

View file

@ -71,6 +71,12 @@
<dd>Alligns axes between plots</dd>
</dl><dl><dt>
<code><a href="append_column.html">append_column()</a></code>
</dt>
<dd>Append a column to a data.frame</dd>
</dl><dl><dt>
<code><a href="append_list.html">append_list()</a></code>
</dt>
@ -149,10 +155,10 @@
<dd>Module to Convert Numeric to Factor</dd>
</dl><dl><dt>
<code><a href="cut.html">cut(<i>&lt;hms&gt;</i>)</a></code> <code><a href="cut.html">cut(<i>&lt;POSIXt&gt;</i>)</a></code> <code><a href="cut.html">cut(<i>&lt;POSIXct&gt;</i>)</a></code> <code><a href="cut.html">cut(<i>&lt;Date&gt;</i>)</a></code>
<code><a href="cut_var.html">cut_var()</a></code>
</dt>
<dd>Extended cutting function</dd>
<dd>Extended cutting function with fall-back to the native base::cut</dd>
</dl><dl><dt>
<code><a href="data-correlations.html">data_correlations_ui()</a></code> <code><a href="data-correlations.html">data_correlations_server()</a></code>
@ -359,12 +365,6 @@
<dd>Line breaking at given number of characters for nicely plotting labels</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="merge_expression.html">merge_expression()</a></code>
</dt>
@ -395,6 +395,12 @@
<dd>Create a data overview data.frame ready for sparklines</dd>
</dl><dl><dt>
<code><a href="pipe_string.html">pipe_string()</a></code>
</dt>
<dd>Reduce character vector with the native pipe operator or character string</dd>
</dl><dl><dt>
<code><a href="plot.tbl_regression.html">plot(<i>&lt;tbl_regression&gt;</i>)</a></code>
</dt>
@ -455,6 +461,12 @@
<dd>Create table of regression model</dd>
</dl><dl><dt>
<code><a href="remove_empty_attr.html">remove_empty_attr()</a></code>
</dt>
<dd>Remove empty/NA attributes</dd>
</dl><dl><dt>
<code><a href="remove_empty_cols.html">remove_empty_cols()</a></code>
</dt>
@ -467,6 +479,12 @@
<dd>Remove NA labels</dd>
</dl><dl><dt>
<code><a href="remove_nested_list.html">remove_nested_list()</a></code>
</dt>
<dd>Very simple function to remove nested lists, lik ewhen uploading .rds</dd>
</dl><dl><dt>
<code><a href="repeated_instruments.html">repeated_instruments()</a></code>
</dt>
@ -479,6 +497,12 @@
<dd>Create a select input control with icon(s)</dd>
</dl><dl><dt>
<code><a href="set_column_label.html">set_column_label()</a></code>
</dt>
<dd>(Re)label columns in data.frame</dd>
</dl><dl><dt>
<code><a href="sort_by.html">sort_by()</a></code>
</dt>