util_pretty_vector_string {dataquieR} | R Documentation |
Prepare a vector four output
Description
Prepare a vector four output
Usage
util_pretty_vector_string(v, quote = dQuote, n_max = length(v))
Arguments
v |
the vector |
quote |
function, used for quoting – |
n_max |
maximum number of elements of |
Value
the "pretty" collapsed vector as a string.
See Also
Other string_functions:
util_abbreviate_unique()
,
util_filter_names_by_regexps()
,
util_set_dQuoteString()
,
util_set_sQuoteString()
,
util_sub_string_left_from_.()
,
util_sub_string_right_from_.()
,
util_translate()
[Package dataquieR version 2.5.1 Index]