View source: R/checkInputList.R
checkInputList | R Documentation |
This function checks whether inputList has the required form.
checkInputList(inputList, mistypes = c("mnr", "mbd", "mir", "mbi"))
inputList |
A list. Following the required structure for |
mistypes |
Character vector. It will be checked, whether the missing types in this vector are defined for all items. |
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.
Logical. TRUE
if everything is OK, FALSE
otherwise.
Karoline Sachse Philipp Franikowski
data(inputList)
checkInputList(inputList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.