writeCheckData: Write Check File as CSV

View source: R/utilsMod.R

writeCheckDataR Documentation

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


EHR documentation built on Dec. 28, 2022, 1:31 a.m.