conv_mass: Convert between kilograms, pounds, ounces, and stones.

Description Usage Arguments Details Value Examples

Description

Convert between kilograms, pounds, ounces, and stones.

Usage

1
conv_mass(num, from = "", to = "")

Arguments

num

the amount of the unit you want to onvert.

from

the original unit.

to

the unit you want to convert to

Details

num: a positive number

from: the original unit. To enter kilograms type "kg" or "kilogram". To enter pounds type "lb" or "pound". To enter ounces type "oz" or "ounce". To enter stones type "st" or "stone"

to: the unit you want to convert to. To enter kilograms type "kg" or "kilogram". To enter pounds type "lb" or "pound". To enter ounces type "oz" or "ounce". To enter stones type "st" or "stone"

Value

data frame of converted value and unit.

Examples

1
2
conv_mass(4, "kg", "lbs")
conv_mass(25, "st", "ounces")

alexnakagawa/conversionr documentation built on May 20, 2019, 2:43 p.m.