Learn R Programming

ern (version 2.1.2)

check_cl.input_format: Check the format of input clinical data

Description

Check the format of input clinical data

Usage

check_cl.input_format(cl.data, silent = FALSE)

Arguments

cl.data

Data frame. Must have variables:

  • date: calendar date of report

  • value: count of reported cases

silent

Logical. Flag to suppress all output messages, warnings, and progress bars.