Create the complete codebook latex script.
Usage
codebook(
varInfo,
missings,
struc,
scaleInfo,
register = NULL,
dat,
Kennwertedatensatz,
chapters,
deckblatt = "",
intro = "",
literatur = "",
abkuerzverz = "",
hintmod = "",
lastpage = ""
)Arguments
- varInfo
data.frameor list ofdata.framescontaining the variable information, imported viagetVarInfo.- missings
data.frameor list ofdata.framescontaining the missing information, imported viagetMissings.- struc
data.framecontaining the structure of the codebook, imported viagetStructure.- scaleInfo
data.frameor list ofdata.framescontaining the information on scales, imported viagetScaleInfo.- register
data.framecontaining the information on the register, imported viagetRegister. IfNULL, now register is created. If there are registers for some data sets but not all, the missing registers are simply omitted.- dat
data.frameor list ofdata.framescontaining the data sets, imported viaimport_spss.- Kennwertedatensatz
data.frameor list ofdata.framecontaining the descriptive statistics, imported viacalculateDescriptives.- chapters
data.frameor list ofdata.framescontaining the chapter information, imported viagetChapters. Determines the order of chapters in the codebook.- deckblatt
Character vector with the cover page, created via
makeCover.- intro
Character vector, introduction.
- literatur
Character vector with the literature information, created via
makeLit.- abkuerzverz
Character vector with the abbreviations, created via
makeAbbrList.- hintmod
Character vector with the information on the background model, created via
makeBGM.- lastpage
Character vektor, last page.
