crfdic uses CRF-derived csv file and a data dictionary excel to compare variable names of each file

crfdic(CRFcsv, Dictionaryxlsx, FocusCol = NULL)

Arguments

CRFcsv

A filename of CRF csv file, exported from PDFCRF

Dictionaryxlsx

A filename of data dictionary xlsx file mandatorily containing tabs of List, SUFFIX, EXCEPT

FocusCol

Column name of data dictionary which focuses analysis

Value

List of output data of comparison of variables between a CRF-derived csv file and a data dictionary

Examples

not_run({ crfdic(CRFcsv = "foo.csv", Dictionaryxlsx = "foo.xlsx", Focus = NULL) })