Learn R Programming

SelfControlledCaseSeries (version 6.0.0)

saveSccsData: Save the cohort method data to file

Description

Saves an object of type SccsData to a file.

Usage

saveSccsData(sccsData, file)

Value

Returns no output.

Arguments

sccsData

An object of type SccsData as created using the getDbSccsData function.

file

The name of the file where the data will be written. If the file already exists it will be overwritten.