zchar_remove: Remove zero length strings (or string with all spaces)

View source: R/utils_vectors.R

zchar_removeR Documentation

Remove zero length strings (or string with all spaces)

Description

Remove zero length strings (or string with all spaces)

Usage

zchar_remove(x)

Arguments

x

chr

Value

chr

See Also

Other vectors: len_unique(), names_values_switch(), rle_df(), rle_groups(), rle_seq(), sort_by_names(), true_names(), unify_vec_preserve_order(), unique_with_names(), vlookup(), vlookup_from_ref()

Examples

zchar_remove(c("", "  ", "a"))

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.