printDataCheck: Title

View source: R/printDataCheck.R

printDataCheckR Documentation

Title

Description

Title

Usage

printDataCheck(
  data,
  data_old = NULL,
  parameters,
  header = "",
  threshold = NULL,
  varname = "id"
)

Arguments

data

The dataset

data_old

A previously check dataset

parameters

...

header

The header to display before list of ID

threshold

The maximum number of ID to be displayed

varname

The ID varname

Value

data.frame

Examples

## Not run:    printDataCheck(data=df, data_old=NULL,  parameters = parameters, 
                  header="Essential Data Checks", threshold=NULL , varname="idCheck") 
## End(Not run)
                  

Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.