Description Usage Arguments Value Examples
removes columns out of a dataframe
| 1 | remove.columns(data, column.names)
 | 
| data | A dataframe that contains columns which should be removed. | 
| column.names | Names of columns that should be removed. | 
A dataframe without removed columns.
| 1 | remove.columns(data.frame(x="X",y="Y",z="Z",w="W"),c("x","z"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.