Skip to contents

Delete Item(s)

Usage

rows_delete(items, id)

Arguments

items

the data.frame of the items.

id

a vector of id(s) for the item(s) to delete.

Value

The updated data.frame of the items.

Examples

if (FALSE) { # \dontrun{
rows_delete(items = myitems, id = 123456789)
} # }