This function lets the user calculate the percentage of NAs or missingness in a data.frame. It also plots the results if needed.
missingness(df, plot = FALSE, full = FALSE, subtitle = NA,
summary = TRUE)
Dataframe. Dataframe to study
Boolean. Do you wish to plot results?
Boolean. Return all variables (or only with missings)?
Character. Subtitle to show in plot
Boolean. Show numerical summary text?
Other Exploratory: corr_cross
,
corr_var
, crosstab
,
df_str
, distr
,
freqs_df
, freqs
,
gain_lift
, get_tweets
,
plot_cats
, plot_df
,
plot_nums
, tree_var
,
trendsRelated