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

converteCampoParaCharacter

Field Converts To Character


Description

converts a column of a dataframe to String

Usage

converteCampoParaCharacter(nomeCampo, base)

Arguments

nomeCampo

the column name you want to convert

base

the column having dataFrame, that you want to convert to String

Value

base dataFrame with a column converted to String

Examples

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)

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.