Last chance! 50% off unlimited learning
Sale ends in
Buy Now
Rdocumentation
powered by
Learn R Programming
RecordLinkage (version 0.3-5)
delete.NULLs: Remove NULL Values
Description
Removes all
NULL
elements from a list or vector.
Usage
delete.NULLs(x)
Arguments
x
A vector or list
Value
A copy of
x
with
NULL
values removed.
References
Taken from a posting by Jim Holtman on the R-help mailing list,
https://stat.ethz.ch/pipermail/r-help/2006-August/111896.html