r-quantities / units

Measurement units for R
https://r-quantities.github.io/units
175 stars 28 forks source link

add drop_units.data.frame? #187

Closed kendonB closed 5 years ago

kendonB commented 5 years ago

This might make dealing with models a little smoother. Ref: https://www.r-spatial.org/r/2018/08/31/quantities-final.html#fitting-linear-models-with-quantities

kendonB commented 5 years ago

To be clear, I would expect drop_units.data.frame to remove the units attribute from all columns of a data.frame.

Enchufa2 commented 5 years ago

This could be a nice addition.