vein (version 1.0.2)

remove_units: Remove units

Description

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

Usage

remove_units(x)

Value

"sf", data.frame", "matrix" or numeric

Arguments

x

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

Examples

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

Run the code above in your browser using DataLab