readDaemonXlsx: Read xlsx-Files Produced by ZKDaemon

View source: R/readDaemonXlsx.R

readDaemonXlsxR Documentation

Read xlsx-Files Produced by ZKDaemon

Description

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).

Usage

readDaemonXlsx(filename)

Arguments

filename

A character string containing path, name and extension of .xlsx produced by ZKDaemon.

Details

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.

Value

A list of data frames containing information that is required by the data preparation functions in eatPrep. inputList shows an example of this list.

Author(s)

Karoline Sachse

Examples

readDaemonXlsx(system.file("extdata", "inputList.xlsx", package = "eatPrep"))

sachseka/eatPrep documentation built on June 9, 2025, 9:36 a.m.