add_random_var          Add a random variable to dataset
balance_target          Balance target variable
clean_var               Clean variable
count_pct               Adds percentage to dplyr::count()
create_fake_data        Create fake data
create_random_data      Create random data
data_dict_md            Create a data dictionary Markdown file
decrypt                 decrypt text
describe                Describe a dataset or variable
describe_all            Describe all variables of a dataset
describe_cat            Describe categorical variable
describe_num            Describe numerical variable
describe_tbl            Describe table
dwh_connect             connect to DWH
dwh_disconnect          disconnect from DWH
dwh_fastload            write data to a DWH table
dwh_read_data           read data from DWH
dwh_read_table          read a table from DWH
encrypt                 encrypt text
explain_logreg          Explain a binary target using a logistic
                        regression (glm). Model chosen by AIC in a
                        Stepwise Algorithm (MASS::stepAIC).
explain_tree            Explain a target using a simple decision tree
                        (classification or regression)
explore                 Explore a dataset or variable
explore_all             Explore all variables
explore_bar             Explore categorical variable using bar charts
explore_cor             Explore the correlation between two variables
explore_count           Explore count data (categories + frequency)
explore_density         Explore density of variable
explore_shiny           Explore dataset interactive
explore_targetpct       Explore variable + binary target (values 0/1)
explore_tbl             Explore table
format_num_auto         Format number as character string (auto)
format_num_kMB          Format number as character string (kMB)
format_num_space        Format number as character string (space as
                        big.mark)
format_target           Format target
format_type             Format type description
get_nrow                Get number of rows for a grid plot (deprecated,
                        use total_fig_height() instead)
get_type                Return type of variable
get_var_buckets         Put variables into "buckets" to create a set of
                        plots instead one large plot
guess_cat_num           Return if variable is categorial or nomerical
plot_legend_targetpct   Plots a legend that can be used for explore_all
                        with a binary target
plot_text               Plot a text
plot_var_info           Plot a variable info
replace_na_with         Replace NA
report                  Generate a report of all variables
rescale01               Rescales a numeric variable into values between
                        0 and 1
simplify_text           Simplifies a text string
target_explore_cat      Explore categorical variable + target
target_explore_num      Explore categorical variable + target
total_fig_height        Get fig.height for RMarkdown-junk using
                        explore_all()
weight_target           Weight target variable
