Learn R Programming

tidyrules (version 0.2.7)

removeEmptyLines: Remove empty lines

Description

Remove empty strings from a character vector

Usage

removeEmptyLines(strings)

Value

A character vector

Arguments

strings

A character vector

Examples

Run this code
# \donttest{
tidyrules:::removeEmptyLines(c("abc", "", "d"))
# }

Run the code above in your browser using DataLab