Skip to contents

Add item

Usage

item_add(items, item)

Arguments

items

the data.frame of the items

item

an item data.frame to be added

Value

the new data.frame of the items

Examples

if (FALSE) { # \dontrun{
item_add(items = myitems, item = mynewitem)
} # }