R/strip.null.character.R

strip.null.character <-
function (x) 
{
    null.space <- x == ""
    x <- x[!null.space]
    x
}
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.