separateEntry: separateEntry: separates and checks comma-separated entry...

Description Usage Arguments

View source: R/separateEntry.R

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

1
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


KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.