drop_codes: Drops columns containing numeric-encoded categoric variables

Description Usage Arguments Value Examples

View source: R/prepare.R

Description

Removes the following variables from a dataframe:

Usage

1

Arguments

df

A dataframe containing the numeric-encoded variables listed above.

Value

The same dataframe, but without the listed variables.

Examples

1
2
3
4
5
6
## Not run: 
read_caged() %>%
  decode_variables('all') %>%
  drop_codes()

## End(Not run)

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