remove.na | R Documentation |
Remove na elements from sequences.
remove.na(seq)
seq |
Terget sequence. |
Sequence including only non.na elements.
x=c(0,NA,2,3,NA,5,NA)
remove.na(x)
#(0,2,3,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.