select_row {tangram} | R Documentation |
Select given row(s) from a table
Description
Given a table, select the specified rows
Usage
select_row(table, row)
Arguments
table |
the table to modify |
row |
vector with row numbers to select |
Value
the modified table
[Package tangram version 0.8.2 Index]