make_filename_postfix: Function assembling tags and values into a single string,...

Description Usage Arguments Value

View source: R/naming_functions.R

Description

Function assembling tags and values into a single string, separated with specified delimiters. The string will be used a postfix, attached to the project name.

Usage

1
make_filename_postfix(tags, values, tag.delim = ".", component.delim = "_")

Arguments

tags

list. List with a "tagging schema": list elements contain tags for specific components of the name. E.g. list(markup = "mk", analysis = "an").

values

list. List with a "values schema": lsit elements contain values for the components of the name associated with a specific analysis. E.g. list(markup = "like-parker", analysis = "variant4")

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

string. Filename postfix, starting with the naming component delimiter. E.g. _mk.parker-like_an.variant4


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