string: Generate one string from a list of strings

Description Usage Arguments Value

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/cacheCall documentation built on May 24, 2019, 9:55 p.m.