Learn R Programming

questionr (version 0.4.3)

icut: Interactive conversion from numeric to factor

Description

This function launches a shiny app in a web browser in order to do interactive conversion of a numeric variable into a categorical one.

Usage

icut(dfobject, oldvar)

Arguments

dfobject
data frame to operate on, as an object or a character string
oldvar
name of the variable to be recoded, as a character string (possibly without quotes)

Value

  • The function launches a shiny app in the system web browser. The recoding code is returned in the console when the app is closed with the "Done" button.

Examples

Run this code
data(hdv2003)
icut(hdv2003, "age")
irec(hdv2003, heures.tv) ## this also works

Run the code above in your browser using DataLab