UnstackCategorization: Unstack a data frame which corresponds to a categorization of...

View source: R/stackingutilities.R

UnstackCategorizationR Documentation

Unstack a data frame which corresponds to a categorization of mulitple text variables in Displayr.

Description

Unstack a data frame which corresponds to a categorization of mulitple text variables in Displayr.

Usage

UnstackCategorization(categorization, inds)

Arguments

categorization

The data frame to be unstacked. Its columns are factors for a single-response categorization (Pick One - Multi) or binary numeric vectors for a multiple-response categorization (Pick Any - Grid)

inds

A character vector whose entries are of the form "<casenumber>.<variablename>" such as would be produced by the stack function. Usually would be generated by when originally stacking the text data via StackTextAndCategorization


Displayr/flipTransformations documentation built on Feb. 26, 2024, 12:47 a.m.