list_elements: helper function to list things.

Description Usage Arguments Value

Description

helper function to list things.

Usage

1
2
list_elements(x, end_string = "and ", sep_string = "=",
  col_string = ", ", use_names = FALSE, lower = TRUE)

Arguments

x

a vector of elements

end_string

the character that precedes the last item in x

sep_string

the string that links names to values

col_string

the string that precedes items other than the first and last in x

use_names

if names are used, the names of x are listed along with values in x

lower

if true, then all characters are printed in lower case.

Value

a string that lists the elements of x


bcjaeger/Solo documentation built on May 14, 2019, 11:03 p.m.