Description Usage Arguments Details Value Examples
a work in progress
1 |
df |
a data frame |
... |
dataframe with characters |
http://stackoverflow.com/a/2851213
a new data.frame
1 2 3 | df = data.frame("H_member" = as.character(c("Jasmine", "Jenna", "Fiona")),
"current_age" = c(27, 27, 5))
convert_chr_to_factor(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.