validate_proj_name: A validation function for project name checking that it does...

Description Usage Arguments Value

View source: R/naming_functions.R

Description

A validation function for project name checking that it does not contain characters which will be used as delimiters in the file name

Usage

1
validate_proj_name(proj.name, tag.delim, component.delim)

Arguments

proj.name

project name to be validated

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 project name contains delimiter characters


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