Learn R Programming

EHR (version 0.4-11)

writeCheckData: Write Check File as CSV

Description

A check file contains IDs and data that need to be manually verified.

Usage

writeCheckData(dat, filename, msg, decor = TRUE, ...)

Arguments

dat

a data.frame

filename

name of output file

msg

character text to display

decor

logical value to indicate decoration before and after the msg

...

additional arguments to pass to write.csv