| delete_up | R Documentation | 
Delete and Move Up the Rest Values
delete_up(x, delete)
| x | dataframe or matrix | 
| delete | one delete object | 
dataframe or matrix
a=c(1,NA,7,NA)
b=c(NA,2,2,7)
d=c(1,NA,40,7)
df=data.frame(a,b,d)
delete_up(x = df,delete = NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.