Learn R Programming

bfw (version 0.4.2)

RemoveEmpty: Remove Empty

Description

Remove empty elements in vector

Usage

RemoveEmpty(x)

Arguments

x

vector to eliminate NA and blanks

Examples

Run this code
# NOT RUN {
 RemoveEmpty( c("",NA,"","Remains") )
 # [1] "Remains"
# }

Run the code above in your browser using DataLab