Skip to contents

Update item

Usage

item_update(items, item)

Arguments

items

the data.frame of the items

item

the item to be updated

Value

the new data.frame of the items

Details

The item$id value will be used to replace the corresponding item in the items data.frame

Examples

if (FALSE) { # \dontrun{
item_update(items = myitems, item = myupdateditem)
} # }