separateEntry {KarsTS} | R Documentation |
separateEntry: separates and checks comma-separated entry values
Description
Some text entries in KarsTS consist of a list of values separated by commas. This function separates the values and checks whether they have the appropiate format.It is used internally
Usage
separateEntry(y, class1 = verifyIntEntry, class2 = verifyCharEntry, noValid = NA)
Arguments
y |
The value to check |
class1 |
The class the first element should be |
class2 |
The class the second element should be |
noValid |
The output to return when the input is not valid |
[Package KarsTS version 2.4.1 Index]