mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/freesearcheR@c4b5a7ba79 🚀
This commit is contained in:
parent
45dae26f55
commit
67a3534c3e
26 changed files with 1564 additions and 183 deletions
|
|
@ -69,6 +69,18 @@
|
|||
<dd>Print a flexible baseline characteristics table</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="clean_date.html">clean_date()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Attempts at applying uniform date format</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="clean_sep.html">clean_sep()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>gsub wrapper for piping with default values for separator substituting</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="create_overview_datagrid.html">create_overview_datagrid()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
@ -93,6 +105,12 @@
|
|||
<dd>Extended cutting function</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>
|
||||
|
||||
</dt>
|
||||
<dd>Data correlations evaluation module</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>
|
||||
|
|
@ -129,12 +147,30 @@
|
|||
<dd>Merges list of named arguments for qmd header generation</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="get_fun_options.html">get_fun_options()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Get the function options based on the selected function description</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="getfun.html">getfun()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Wrapper function to get function from character vector referring to function from namespace. Passed to 'do.call()'</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="gg_theme_export.html">gg_theme_export()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>GGplot default theme for plotting export objects</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="gg_theme_shiny.html">gg_theme_shiny()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>GGplot default theme for plotting in Shiny</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="index_embed.html">index_embed()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
@ -159,24 +195,54 @@
|
|||
<dd>Test is date/datetime/time</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="launch.html">launch()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Easily launch the freesearcheR app</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_long.html">merge_long()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Wrapper to pivot gtsummary table data to long for plotting</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="outcome_type.html">outcome_type()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Outcome data type assessment</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="plot.tbl_regression.html">plot(<i><tbl_regression></i>)</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Regression coef plot from gtsummary. Slightly modified to pass on arguments</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="possible_functions.html">possible_functions()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Get possible regression models</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="read_input.html">read_input()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
@ -189,13 +255,7 @@
|
|||
<dd>Shiny module to browser and export REDCap data</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="regression_model.html">regression_model()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Create a regression model programatically</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="regression_model_uv.html">regression_model_uv()</a></code>
|
||||
<code><a href="regression_model.html">regression_model()</a></code> <code><a href="regression_model.html">regression_model_uv()</a></code> <code><a href="regression_model.html">regression_model_list()</a></code> <code><a href="regression_model.html">regression_model_uv_list()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Create a regression model programatically</dd>
|
||||
|
|
@ -207,6 +267,12 @@
|
|||
<dd>Create table of regression model</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="remove_empty_cols.html">remove_empty_cols()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Removes columns with completenes below cutoff</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="remove_na_attr.html">remove_na_attr()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
@ -225,6 +291,12 @@
|
|||
<dd>Specify format arguments to include in qmd header/frontmatter</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="supported_functions.html">supported_functions()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Implemented functions</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="tbl_merge.html">tbl_merge()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue