Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

verificaTipoColuna

Check de type of Column


Description

this function returns the type of a column of a dataFrame, if it is numeric or character.

Usage

verificaTipoColuna(coluna)

Arguments

coluna

column of dataframe

Examples

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)

Fgmutils

Forest Growth Model Utilities

v0.9.5
GPL-2
Authors
Clayton Vieira Fraga Filho, Ana Paula Simiqueli, Gilson Fernandes da Silva, Miqueias Fernandes, Wagner Amorim da Silva Altoe
Initial release
2018-10-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.