util_abbreviate_unique {dataquieR}R Documentation

Abbreviate a vector of strings

Description

Abbreviate a vector of strings

Usage

util_abbreviate_unique(initial, max_value_label_len)

Arguments

initial

character vector with stuff to abbreviate

max_value_label_len

integer maximum length (may not strictly be met, if not possible keeping a maybe detected uniqueness of initial)

Value

character uniquely abbreviated initial

See Also

Other string_functions: util_filter_names_by_regexps(), util_pretty_vector_string(), 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]