cmatchFlattened | R Documentation |
Returns the category names for the vector of flattened codes.
cmatchFlattened(dict, x.flat, varname, grpby.tag)
dict |
a dictionary object |
x.flat |
a vector of flattened codes. A flattened code is in the form "0 1", where the first value is a grping code and the second a varname code. If grpby.tag is NULL or NA, then the flattened code will be in the form "0", i.e: no grping codes only varname codes. |
varname |
identifies the varname coding |
grpby.tag |
identifies the grping coding, or NULL if no grouping coding. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.