cb_page: Page with Codebook Table for one variabe

View source: R/cb_page.R

cb_pageR Documentation

Page with Codebook Table for one variabe

Description

Page with Codebook Table for one variabe

Usage

cb_page(
  metadata,
  num.var,
  comment = "",
  lbl.space = "1em",
  lblen.space = "1em",
  mis.space = "1em"
)

Arguments

metadata

a data.frame object with survey metadata

num.var

single numeric value indexing column of variable in metadata

comment

optional character argument to add text below table

lbl.space

optional argument to adjust table space between variable information and German value labels (defaults to 1em)

lblen.space

optional argument to adjust table space between German value labels and English value labels (defaults to 1em)

mis.space

optional argument to adjust table space between English value labels and missing labels (defaults to 1em)

Value

codebook page for one variable in Latex format


bonschorno/sep documentation built on April 1, 2022, 11:37 a.m.