process_files: Process a directory of files

View source: R/process_files.R

process_filesR Documentation

Process a directory of files

Description

Produce two files one with patient detail one with all test results from a directory of files

Usage

process_files(
  directory,
  extention = "RSNTL",
  pattablefile = NULL,
  restablefile = NULL,
  silent = F,
  db = F
)

Arguments

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)


PietaSchofield/sentinelreadr documentation built on Aug. 9, 2024, 11:41 p.m.