MIGHT BE USED to format output of ejscreenapi module or server, preparing it for Excel
Source:R/table_xls_format_api.R
table_xls_format_api.Rd
MIGHT BE USED to format output of ejscreenapi module or server, preparing it for Excel
Arguments
- df
data.frame, table of batch buffer results
- hyperlink_cols
vector of names of columns in df to get treated as hyperlinks in excel
- heatmap_colnames
vector of names of columns in df to apply conditional formatting to, by coloring like a heatmap.
- heatmap_cuts
vector of color names for heatmap bins, same length as heatmap_cuts, where first color is for those >= 1st cutpoint, but <2d, second color is for those >=2d cutpoint but <3d, etc.
- heatmap_colors
vector of colors corresponding to cuts