filter_data_frame | R Documentation |
return a subset of rows of the original dataframe where the corresponding columns have values belonging to one of the rows of the vals matrix
filter_data_frame(df, cols, vals)
df |
data frame |
cols |
column indices or names to use for selection |
vals |
a matrix whose rows consist of allowed parameter combinations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.