number_of_bins: number of bins for the histogram (default = 30)
x_tick_marks: a vector of values at which to place tick marks on the x axis (e.g., setting x_tick_marks = seq(0, 10, 5) will put tick marks at 0, 5, and 10.)
y_tick_marks: a vector of values at which to place tick marks on the y axis (e.g., setting y_tick_marks = seq(0, 10, 5) will put tick marks at 0, 5, and 10.)
fill_color: color for inside of the bins (default = "cyan4")
border_color: color for borders of the bins (default = "black")
y_axis_title_vjust: position of the y axis title (default = 0.85).
x_axis_title: title for x axis (default = "Value")
y_axis_title: title for y axis (default = "Count")
cap_axis_lines: logical. Should the axis lines be capped at the outer tick marks? (default = FALSE)
notify_na_count: if TRUE, notify how many observations were removed due to missing values. By default, NA count will be printed only if there are any NA values.