as_item_desc.Rd
Types of other mental and behavioural problems specified in Item 8 can be labelled using the function as_i8_desc
as_item_desc(x, .ignore_n_items = FALSE)
x | Vector of item numbers |
---|---|
.ignore_n_items | Logical, if TRUE the specified vector does not check the item number and assumes that the 18 item "working adults" version that includes current and historical scales. |
Labelled "factor"
x <- 1:13 as_item_desc(x, n_items = 13)#> Error in as_item_desc(x, n_items = 13): unused argument (n_items = 13)