powered by
remove_units Remove units from sf, data.frames, matrix or units.
remove_units
remove_units(x, verbose = FALSE)
"sf", data.frame", "matrix" or numeric
Object with class "sf", "data.frame", "matrix" or "units"
Logical, to print more information
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