Learn R Programming

tangram (version 0.8.2)

del_row: Delete a row(s) from a table

Description

Given a table, remove the specified row

Usage

del_row(table, row)

Value

the modified table

Arguments

table

the table to modify

row

vector with row numbers to drop