check_schema_for_delims: A validation function for a schema checking that names and...

Description Usage Arguments Value

View source: R/naming_functions.R

Description

A validation function for a schema checking that names and values of list elements do not contain characters which will be used as delimiters in the file name

Usage

1
check_schema_for_delims(schema, tag.delim, component.delim)

Arguments

schema

list. List with a schema to be checked

tag.delim

character. The character which will be used as a delimiter between component tags and values

component.delim

character. The character which will be used as a delimiter between components tags

Value

Nothing. Throws an error if the naming schema tags or values contain delimiter characters


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