Plot histograms of column distributions.
plot_distributions(
df,
columns,
title,
xlabs = NULL,
save_hists = FALSE,
output_path = NULL
)The dataframe containing the data.
The columns to plot distributions for.
The title of your plot.
A character vector of x-axis labels (e.g., with units) corresponding to the columns.
Whether to save the histograms to file.
The path to save your distributions to.