replace_rows: Replace rows in a data.frame by index

Description Usage Arguments Value

Description

Replace rows in a data.frame by index

Usage

1
replace_rows(df, old_index, new_row)

Arguments

df

data.frame

old_index

Numeric; Index of the old row in df

new_row

Vector; New row to add to df

Value

data.frame


fennerm/fen.R.util documentation built on May 9, 2019, 10 p.m.