This function plots all columns frequencies and boxplots, for categorical and numerical respectively.
plot_df(df, plot = TRUE)
Dataframe
Boolean. Plot the object? Otherwise, return grid
Other Exploratory: corr_cross
,
corr_var
, crosstab
,
df_str
, distr
,
freqs_df
, freqs
,
gain_lift
, get_tweets
,
missingness
, plot_cats
,
plot_nums
, tree_var
,
trendsRelated