icut | R Documentation |
This function launches a shiny app in a web browser in order to do interactive conversion of a numeric variable into a categorical one.
icut(obj = NULL, var_name = NULL)
obj |
vector to recode or data frame to operate on |
var_name |
if obj is a data frame, name of the column to be recoded, as a character string (possibly without quotes) |
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.
## Not run:
data(hdv2003)
icut(hdv2003, "age")
irec(hdv2003, heures.tv)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.