del_row {tangram} | R Documentation |
Delete a row(s) from a table
Description
Given a table, remove the specified row
Usage
del_row(table, row)
Arguments
table |
the table to modify |
row |
vector with row numbers to drop |
Value
the modified table
[Package tangram version 0.8.2 Index]