R/excel_helpers.R
write_count_within_sheet.Rd
Write a formatted "count within" summary table to a sheet in an Excel workbook.
write_count_within_sheet(
wb,
stats,
sheet_name = "Count Within",
sheet_title = "Count of cells within the specified radius"
)
An openxlsx Workbook from openxlsx::createWorkbook
A summary data frame.
Optional name for the worksheet.
Optional title header for the table.
Other output functions:
write_counts_sheet()
,
write_density_sheet()
,
write_expression_sheet()
,
write_h_score_sheet()
,
write_nearest_neighbor_summary_sheet()
,
write_percents_sheet()
,
write_plot_sheet()
,
write_summary_sheet()