del_cols | R Documentation |
This function delete columns in a dataframe
del_cols(c, df)
c |
specify columns to be deleted |
df |
specify dataframe |
returns a dataframe
## Not run: del_cols(c(1, 3), data) del_cols(c("1", "3"), data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.