check_for_delims: Helper function throwing an error if a string contains...

Description Usage Arguments Value

View source: R/naming_functions.R

Description

Helper function throwing an error if a string contains characters used as delimiters in a schema.

Usage

1
check_for_delims(x, delim, x.description, delim.description)

Arguments

x

character. String to be checked for delimiters

delim

character. Delimiter character

x.description

Description of the string being checked. Will be substituted instead of X to the error message: "The following X contains the character used as Y (see next param)"

delim.description

Descriprion of delimiter being checked. Will be substituted instead of Y in the above error message.

Value

Nothing


antonmalko/ettools documentation built on May 28, 2019, 3:35 p.m.