Skip to contents

Delete item

Usage

item_delete(items, id)

Arguments

items

the data.frame of the items

id

the id of the item to delete

Value

the new data.frame of the items

Examples

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