get_itemtable {dscore} | R Documentation |
Get a subset of items from the itemtable
Description
The builtin_itemtable
object in the dscore
package
contains basic meta-information about items: a name, the equate group,
and the item label.
The get_itemtable()
function returns a subset of items
in the itemtable.
Usage
get_itemtable(items = NULL, itemtable = NULL, decompose = FALSE)
Arguments
items |
A logical or character vector of item names to return. The
default ( |
itemtable |
A |
decompose |
If |
Value
A data.frame
with seven columns.
See Also
Examples
head(get_itemtable(), 3)
get_itemtable(LETTERS[1:3], "")
[Package dscore version 1.9.0 Index]