Description Usage Arguments Value Author(s) Examples
Delete a specific column in the data frame.
1 |
df |
data frame |
colName |
name of the column to be deleted (character vector) |
input data frame with the column deleted.
Andrea Franceschini
1 2 | data(uuk_screen)
uuk_screen2 = delColDf(uuk_screen, "score")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.