removeFromDataTable | R Documentation |
Removes elements from a data table previously setting based on dependent variables
removeFromDataTable(data, to_remove, wid = "row.pos", dv.var = NULL)
data |
a data.frame or list containing the data table |
to_remove |
a vector or list containing the elements to be removed from the data table |
wid |
a character vector containing the unique identifier for each row |
dv.var |
column with the information to classify observations based on dependent variables |
A data.frame with the eliminated data table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.