Description Usage Arguments Value Examples
View source: R/general_functions.R
Removes a specified column from a dataset.
1 | eraseDataSetColumn(dataset, colname)
|
dataset |
an R data frame generated with |
colname |
a character string specifying the name of the column to be removed |
An R data frame with the specified column removed.
1 2 3 | data(exampleDataset, package="RNAither")
newdataset <- eraseDataSetColumn(dataset, "SDSIntensity")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.