Description Usage Arguments Value Examples
converts a column of a dataframe to String
1 | converteCampoParaCharacter(nomeCampo, base)
|
nomeCampo |
the column name you want to convert |
base |
the column having dataFrame, that you want to convert to String |
base dataFrame with a column converted to String
1 2 3 4 | measurement_date <- c(02/2009,02/2010,02/2011,02/2011)
plot <- c(1,2,3,4)
test <- data.frame(measurement_date,plot)
converteCampoParaCharacter("measurement_date",test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.