View source: R/process_files.R
process_files | R Documentation |
Produce two files one with patient detail one with all test results from a directory of files
process_files(
directory,
extention = "RSNTL",
pattablefile = NULL,
restablefile = NULL,
silent = F,
db = F
)
directory |
full path to the directory containing RSNTL files |
extention |
the file extension of the sentinel files |
restablefile |
the full pathname of the csv file to take the clinical results values from the monitor |
silent |
(currently unused) |
db |
debug flag for development purpose return the data in a list if set to true |
pattabefile |
the full pathname of the csv file to take the patient data (1 record per patient) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.