View source: R/readMerkmalXlsx.r
readMerkmalXlsx | R Documentation |
This function is primarily intended for internal use at the Institute for Educational Quality Improvement (IQB). The xlsx-files for this function are produced by the software IQB Item-DB using information stored in the IQB-Databases.
readMerkmalXlsx(filename, tolcl = FALSE, alleM = TRUE)
filename |
A character string containing path, name and extension of .xlsx produced by IQB Item-DB via 'Merkmalsauszug'. |
tolcl |
Logical. Indicating whether the Item-ID should be created converting numbers to lowercase letters (as required in the English project). Default is |
alleM |
Logical. Indicating whether a merged data frame containing Itemmerkmale and Aufgabenmerkmale together will be created. Default is |
The xlsx-file produced by 'IQB Item-DB' is expected to have the following sheets: “Itemmerkmale”, “Aufgabenmerkmale”. Order doesn't matter. readMerkmalXlsx
will produce a warning if any sheets are missing or wrongly specified.
A list of data frames containing Itemmerkmale, Aufgabenmerkmale and AlleMerkmale (optional).
Karoline Sachse
readMerkmalXlsx(system.file("extdata", "itemmerkmale.xlsx", package = "eatPrep"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.