remove_empty_strings: Remove empty string elements

Description Usage Arguments Examples

View source: R/remove_empty_strings.R

Description

Take a vector and remove empty string elements. Useful after string splitting and being left with lots of empty string vectors.

Usage

1

Arguments

vec

A vector that may contain empty strings

Examples

1
remove_empty_strings(c("a", "", "c"))

aedobbyn/dobtools documentation built on May 28, 2019, 2:33 a.m.