Export a summarised_result object to a csv file.
exportSummarisedResult(
...,
minCellCount = 5,
fileName = "results_{cdm_name}_{date}.csv",
path = getwd()
)
A set of summarised_result objects.
Minimum count for suppression purposes.
Name of the file that will be created. Use {cdm_name} to refer to the cdmName of the objects and {date} to add the export date.
Path where to create the csv file. It is ignored if fileName it is a full name with path included.