View source: R/DataframeUtil.r
remove_rows_by_index | R Documentation |
Remove rows specified by indices
remove_rows_by_index(x, indices)
x |
matrix or dataframe |
indices |
integer vector of indices to remove |
a matrix or dataframe after remove rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.