Create codebook item body.

codeBookItemBody(x, meta = NULL, ...)

# S3 method for default
codeBookItemBody(x, meta, ...)

# S3 method for CategoricalVariable
codeBookItemBody(x, meta = NULL, ...)

# S3 method for CategoricalArrayVariable
codeBookItemBody(x, meta = NULL, ...)

# S3 method for MultipleResponseVariable
codeBookItemBody(x, meta = NULL, ...)

# S3 method for DatetimeVariable
codeBookItemBody(x, meta = NULL, ...)

# S3 method for NumericVariable
codeBookItemBody(x, meta = NULL, ...)

# S3 method for TextVariable
codeBookItemBody(x, meta = NULL, ...)

Arguments

x

A crunch dataset object

meta

A data.frame containing meta data. Must be provided for non-crunch datasets.

...

Further arguments, not used.

Methods (by class)

  • codeBookItemBody(default): Default codeBookItemBody.

  • codeBookItemBody(CategoricalVariable): Creates item body for CategoricalVariable

  • codeBookItemBody(CategoricalArrayVariable): Creates item body for CategoricalArrayVariable

  • codeBookItemBody(MultipleResponseVariable): Creates item body for MultipleResponseVariable

  • codeBookItemBody(DatetimeVariable): Creates item body for DatetimeVariable

  • codeBookItemBody(NumericVariable): Creates item body for NumericVariable

  • codeBookItemBody(TextVariable): Creates item body for TextVariable