View source: R/printDataCheck.R
printDataCheck | R Documentation |
Title
printDataCheck(
data,
data_old = NULL,
parameters,
header = "",
threshold = NULL,
varname = "id"
)
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 |
data.frame
## Not run: printDataCheck(data=df, data_old=NULL, parameters = parameters,
header="Essential Data Checks", threshold=NULL , varname="idCheck")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.