export2csv: export2csv

Description Usage Arguments Value

View source: R/export2csv.R

Description

export2csv

Usage

1
2
3
4
5
6
7
8
export2csv(
  outputfolder,
  csvfile,
  desiredtz,
  overwrite.preprocess2csv,
  startDate = c(),
  endDate = c()
)

Arguments

outputfolder

RData datafile where the output of preprocess is stored.

csvfile

file name where data overview needs to be stored

desiredtz

timezone (character) in Europe/London format

overwrite.preprocess2csv

whether to overwrite existing csvfile

startDate

Character, optional argument to specify the startDate of the recording, e.g. 2019-01-01

endDate

Character, optional argument to specify the startDate of the recording, e.g. 2019-01-01

Value

no output, just a file is stored


wadpac/sleepsight-analytics-pipeline documentation built on Aug. 1, 2020, 10:41 a.m.