Saves a PhysioExperiment object to GDF (General Data Format) version 2.x.
Usage
writeGDF(
x,
path,
patient_id = "",
recording_id = "",
overwrite = FALSE,
assay_name = NULL
)
Arguments
- x
A PhysioExperiment object.
- path
Output file path.
- patient_id
Patient identifier string.
- recording_id
Recording identifier string.
- overwrite
Logical. If TRUE, overwrites existing file.
- assay_name
Assay to export. If NULL, uses default assay.