read_one_cbc_file: Read a single cbc file data and return it, as is

Description Usage Arguments Value

View source: R/process-data.R

Description

Read a single cbc file data and return it, as is

Usage

1
read_one_cbc_file(filename, cbc_abnormals, cbc_vars)

Arguments

filename

the fully qualified path of the file

cbc_abnormals,

a named list of functions of a single vector returning TRUE for abnormal values

cbc_vars,

the names of fields to include; others are excluded

Value

a list of four items, filename, raw_data (tibble), report a list of missing values tibble and a summary tibble, cbc_data (tibble)


bnaras/SBCpip documentation built on May 5, 2019, 6:54 p.m.