crfdic: Compare variable names between CRF and data dictionary

Description Usage Arguments Value Examples

Description

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

Usage

1
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

1
2
3
4
## Not run: 
crfdic(CRFcsv = "foo.csv", Dictionaryxlsx = "foo.xlsx", Focus = NULL)

## End(Not run)

asancpt/crftools documentation built on May 12, 2019, 4:32 a.m.