View source: R/codeBookItemBody.R
codeBookItemBody | R Documentation |
Create codebook item body.
codeBookItemBody(x, meta = NULL, ...)
## Default S3 method:
codeBookItemBody(x, meta, ...)
## S3 method for class 'CategoricalVariable'
codeBookItemBody(x, meta = NULL, ...)
## S3 method for class 'CategoricalArrayVariable'
codeBookItemBody(x, meta = NULL, ...)
## S3 method for class 'MultipleResponseVariable'
codeBookItemBody(x, meta = NULL, ...)
## S3 method for class 'DatetimeVariable'
codeBookItemBody(x, meta = NULL, ...)
## S3 method for class 'NumericVariable'
codeBookItemBody(x, meta = NULL, ...)
## S3 method for class 'TextVariable'
codeBookItemBody(x, meta = NULL, ...)
x |
A crunch dataset object |
meta |
A data.frame containing meta data. Must be provided for non-crunch datasets. |
... |
Further arguments, not used. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.