filesstrings (version 0.3.2)

StrListRemoveEmpties: Remove empty strings from a character list.

Description

Remove empty strings from a character list.

Usage

StrListRemoveEmpties(char_list)

Arguments

char_list
A list of character vectors.

Value

A list of character vectors.

Examples

Run this code
StrListRemoveEmpties(list(c("a", "", "b"), "gg", c("", 1, "")))

Run the code above in your browser using DataLab