string: Generate one string from a list of strings

Description Usage Arguments Value

View source: R/helper-main.R

Description

Generate one string from a list of strings

Usage

1
string(args, argNames = FALSE, sep = ":", collapse = "_")

Arguments

args

named list of arguments

argNames

boolean indicating whether argument names should be included in the final output.

sep

a character to separate arguments and their names. Defaults to ":".

collapse

a character to separate arguments(+names) from one another. Defaults to "__".

Value

string of concatenated arguments


jlaffy/statistrics documentation built on May 23, 2019, 4:04 a.m.