verifyRealEntry {KarsTS} | R Documentation |
verifyRealEntry: verify character entries
Description
This function reads a variable coming from a text entry and checks whether it is real or not.It is used internally.
Usage
verifyRealEntry(x, noValid = "isNoValid")
Arguments
x |
The element to check |
noValid |
The output the function will return when the input is not character. |
Author(s)
Marina Saez Andreu
Examples
verifyRealEntry("Strawberry", noValid = "isNoValid")
verifyRealEntry(235, noValid = NA)
verifyRealEntry(0235, noValid = NA)
verifyRealEntry(235.6, noValid = NA)
[Package KarsTS version 2.4.1 Index]