vein (version 0.7.8)

remove_units: Remove units

Description

remove_units Remove units from data.frames, matrix or units.

Usage

remove_units(x)

Arguments

x

Object with class "data.frame", "matrix" or "units"

Value

"data.frame", "matrix" or numeric

Examples

Run this code
# NOT RUN {
{
ef1 <- ef_cetesb(p = "CO", c("PC_G", "PC_FE"))
class(ef1)
ef1
sapply(ef1, class)
a <- remove_units(ef1)
a
}
# }

Run the code above in your browser using DataCamp Workspace