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.frame
or list ofdata.frames
containing the variable information, imported viagetVarInfo
.- missings
data.frame
or list ofdata.frames
containing the missing information, imported viagetMissings
.- struc
data.frame
containing the structure of the codebook, imported viagetStructure
.- scaleInfo
data.frame
containing the information on scales, imported viagetScaleInfo
.- register
data.frame
containing 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.frame
or list ofdata.frames
containing the data sets, imported viaimport_spss
.- Kennwertedatensatz
data.frame
or list ofdata.frame
containing the descriptive statistics, imported viacalculateDescriptives
.- chapters
data.frame
or list ofdata.frames
containing 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.