Items in a project
Retrieve all items that have been entered in the db so far together with the item properties
get_items(db)
db
: a connection to a dexter database, e.g. the output of start_new_project
or open_project
A data frame with column item_id and a column for each item property
Useful links