View source: R/get_itemtable.R
get_itemtable | R Documentation |
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.
get_itemtable(items = NULL, itemtable = NULL, decompose = FALSE)
items |
A logical or character vector of item names to return. The
default ( |
itemtable |
A |
decompose |
If |
A data.frame
with seven columns.
get_labels()
, get_itemnames()
head(get_itemtable(), 3)
get_itemtable(LETTERS[1:3], "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.