remove_units | R Documentation |
remove_units
Remove units from sf, data.frames, matrix or units.
remove_units(x, verbose = FALSE)
x |
Object with class "sf", "data.frame", "matrix" or "units" |
verbose |
Logical, to print more information |
"sf", data.frame", "matrix" or numeric
## Not run:
ef1 <- ef_cetesb(p = "CO", c("PC_G", "PC_FE"))
class(ef1)
sapply(ef1, class)
(a <- remove_units(ef1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.