cm_to: Centimeter to other units converter

Description Usage Arguments Value Examples

Description

This function allows you to convert centimeters to other distance units

Usage

1
cm_to(number, to)

Arguments

number

- number to convert

to

- add unit to convert to, available units 'km', 'm', 'ft', 'in', 'mile'

Value

Function returns converted values

Examples

1
2
3
4
cm_to(100, 'm')

height = c(170, 184, 192)
cm_to(height, 'ft')

bluemetrica-training/converter documentation built on May 9, 2019, 4:22 a.m.