n contiguous colours, as a red-yellow-green palette.R/heat_colours.R
    heat_colours.RdTakes a numeric value n and returns a character vector of colour HEX codes
corresponding to the heat map palette.
heat_colours(n, alpha, rev = FALSE)
heat_colors(n, alpha, rev = FALSE)A character vector containing the HEX codes and the same length as n is
returned.
Other Support:
camel_clean(),
check_inputs(),
combine_signals(),
cut_hour(),
extract_date_range(),
extract_hr(),
is_date_format(),
maxmin(),
p_test(),
pairwise_count(),
plot_WOE(),
read_preamble(),
rgb2hex(),
totals_bind(),
totals_col(),
totals_reorder(),
tstamp(),
us_to_space(),
wrap()