View source: R/utils_vectors.R
true_names | R Documentation |
Return the names of all TRUE items in a logical vector
true_names(x)
x |
|
chr
of the names of true values
Other vectors:
len_unique()
,
names_values_switch()
,
rle_df()
,
rle_groups()
,
rle_seq()
,
sort_by_names()
,
unify_vec_preserve_order()
,
unique_with_names()
,
vlookup()
,
vlookup_from_ref()
,
zchar_remove()
true_names(c(a = TRUE, b = FALSE))
true_names(c(a = FALSE, b = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.