get_items {dexter}R Documentation

Items in a project

Description

Retrieve all items that have been entered in the db so far together with the item properties

Usage

get_items(db)

Arguments

db

a connection to a dexter database, e.g. the output of start_new_project or open_project

Value

A data frame with column item_id and a column for each item property


[Package dexter version 1.4.2 Index]