get_names {IPV} | R Documentation |
Get names
Description
Extract the names of tests, facets, and items from the variable names of a dataset.
Usage
get_names(dat)
Arguments
dat |
data frame; dataset |
Details
variable names in the data have to strictly match the following scheme: "test_facet_item" or "facet_item".
Value
data frame; names of tests, facets and items
[Package IPV version 1.0.0 Index]