View source: R/util_pretty_vector_string.R
util_pretty_vector_string | R Documentation |
Prepare a vector four output
util_pretty_vector_string(v, quote = dQuote, n_max = length(v))
v |
the vector |
quote |
function, used for quoting – |
n_max |
maximum number of elements of |
the "pretty" collapsed vector as a string.
Other string_functions:
util_filter_names_by_regexps()
,
util_set_dQuoteString()
,
util_set_sQuoteString()
,
util_sub_string_left_from_.()
,
util_sub_string_right_from_.()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.