input_formats {oncmap} | R Documentation |
Adherence input format definitions
Description
Defines input format parameters to apply when reading input files.
Usage
input_formats
Format
One input format per row described by the following variables:
skip_header_lines
double Number of lines to skip before reading data
header_line_patientid
character Regex to apply to the header line to extract patient ID
patientid_filename
logical Patient id is embedded in the filename
deviceid_header
character Device ID column in the input data
headers
character Comma separated list of expected column headers
patientid_header
character Patient ID column in the input data
datetime_header
character Actuation Date/Time column in the input data
datetime_format
character Actuation Date/Time format
filter
character Inclusion/Exclusion filter to apply on the input data
tz_colon_fix
logical Fix for when TZ contains with ':'
[Package oncmap version 0.1.7 Index]