Convert length measured in millimeters (mm) to inches
Examples
library(pipenostics)
inch_mm(c(25.4, 1))
#> [1] 1.00000000 0.03937008
# [1] 1.00000000 0.03937008 # [inch]
Convert length measured in millimeters (mm) to inches
library(pipenostics)
inch_mm(c(25.4, 1))
#> [1] 1.00000000 0.03937008
# [1] 1.00000000 0.03937008 # [inch]