View source: R/readDaemonXlsx.R
readDaemonXlsx | 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 ZKDaemon using information stored in the IQB-Databases (DB2/DB3/DB4).
readDaemonXlsx(filename)
filename |
A character string containing path, name and extension of .xlsx produced by ZKDaemon. |
The xlsx-file produced by 'ZKDaemon' is expected to have the following sheets: “units”, “subunits”, “values”, “unitrecoding”, “sav-files”, “params”, “aggregate-missings”, “itemproperties”, “propertylabels”, “booklets”, and “blocks”. readDaemonXlsx
will produce a warning if any sheets are missing or wrongly specified.
A list of data frames containing information that is required by the data preparation functions in eatPrep
. inputList
shows an example of this list.
Karoline Sachse
readDaemonXlsx(system.file("extdata", "inputList.xlsx", package = "eatPrep"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.