Description Usage Arguments Value Examples
Generates an EDA report by plotting graphs and tables for the numeric variables, categorical variables, NA values and correlation in a dataframe
1 | generate_report(dataframe, cat_vars, num_vars)
|
dataframe |
tbl. The dataframe to be inspected. |
cat_vars |
vector of character strings of the names of the categorical variables. |
num_vars |
vector of character strings of the names of the numeric variables. |
It returns True on successful execution else returns False
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.