decode_variables: Decodes numeric-encoded categoric variables from CAGED...

Description Usage Arguments Details Value

View source: R/prepare.R

Description

Creates new variables with proper labels, given a dataframe with numeric-encoded categoric variables.

Usage

1
decode_variables(df, vars = "all")

Arguments

df

A dataframe with encoded categoric variables.

vars

A character vector with supported variable names or "all".

Details

Supported variables:

Value

A dataframe, with additional columns for the decoded variables.


andremenegatti/cagedExplorer documentation built on July 1, 2020, 1:25 a.m.