Description Usage Arguments Value
Extracts unique stems from attribute names. Returns only the stems for
attributes which occur in at least min_wave_count
waves.
1 2 3 4 5 | get_global_attname_stem(
att_names,
min_wave_count = length(get_unique_waves(att_names, suffix)),
suffix = "_s"
)
|
att_names |
A character vector of attribute names. |
min_wave_count |
The minimum number of waves an attribute must be present in for its name stem to be returned. If not set, the parameter defaults to the total number of waves. |
suffix |
A string indicating the start of the wave index suffix. |
A character vector of attribute name stems.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.