extra_eda | R Documentation |
The function has several side-effects including the creation of one or more plots in a temporary folder. The function is intended to be run from within a R Markdown of flexdashboad document in a code chunk with results="asis"
extra_eda( df, eda_var, target_var = NULL, reference_var = NULL, menu_title = "EDA", discrete_cutoff = 10 )
df |
a dataframe |
eda_var |
character name of the column upon which the extra exploratory data analysis will be performed |
target_var |
character name of the column used for conditional analysis |
reference_var |
a numeric continuous valued vector to be plotted as
x-axis reference for comparison of |
menu_title |
character title under which the individual exploratory data analysis pages will be linked in the dashboard. |
discrete_cutoff |
numerical if the |
returns html containing css, summaries, and graphs for included analysis.
# extra_eda(df = eeda::eeda_test_data, eda_var = "eg_continuous")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.