drop_units {units}R Documentation

drop units

Description

drop units

Usage

drop_units(x)

Arguments

x

a units object

Value

the numeric without any units attributes, while preserving other attributes like dimensions or other classes.

Note

Equivalent to units(x) <- NULL


[Package units version 0.6-0 Index]