Description Usage Arguments Value Examples
Check if the input data.frale are only composed of digits
1 | checkNotDigitInDataframe(data, returnError = FALSE, excelFormat = TRUE)
|
data |
a data.frame containing the data to check |
returnError |
boolean. If TRUE, return a data.frame with the coordinate of the cell |
excelFormat |
a boolean vector of length one. If TRUE, data.frame containing position of none digit cell is in excel format. Default to TRUE. |
TRUE if the data.frame only contain digit, else return a data.frame with the coordinate of the cell containing some wrond format data in excel style. FALSE by default.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.