Description Usage Arguments Examples
this function returns the type of a column of a dataFrame, if it is numeric or character.
1 | verificaTipoColuna(coluna)
|
coluna |
column of dataframe |
1 2 3 4 | ID_REGIAO <- c(1,2,3,4)
CD_PLANTIO <- c("ACD","CDB","CDC","CDD")
test <- data.frame(ID_REGIAO,CD_PLANTIO)
verificaTipoColuna(test$ID_REGIAO)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.