Learn R Programming

dataquieR (version 2.1.0)

util_pretty_vector_string: Prepare a vector four output

Description

Prepare a vector four output

Usage

util_pretty_vector_string(v, quote = dQuote, n_max = length(v))

Value

the "pretty" collapsed vector as a string.

Arguments

v

the vector

quote

function, used for quoting -- sQuote or dQuote

n_max

maximum number of elements of v to display, if not missing.

See Also

Other string_functions: util_filter_names_by_regexps(), util_set_dQuoteString(), util_set_sQuoteString(), util_sub_string_left_from_.(), util_sub_string_right_from_.()