exportSummarisedResult {omopgenerics}R Documentation

Export a summarised_result object to a csv file.

Description

Export a summarised_result object to a csv file.

Usage

exportSummarisedResult(
  ...,
  minCellCount = 5,
  fileName = "results_{cdm_name}_{date}.csv",
  path = getwd()
)

Arguments

...

A set of summarised_result objects.

minCellCount

Minimum count for suppression purposes.

fileName

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

Path where to create the csv file.


[Package omopgenerics version 0.2.0 Index]