rows_delete.Rd
Delete Item(s)
rows_delete(items, id)
the data.frame of the items.
a vector of id(s) for the item(s) to delete.
The updated data.frame of the items.
if (FALSE) { # \dontrun{ rows_delete(items = myitems, id = 123456789) } # }