conv_temp: Convert between between celsius, kelvin and fahrenheit.

Description Usage Arguments Details Value Examples

Description

Convert between between celsius, kelvin and fahrenheit.

Usage

1
conv_temp(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 celsius type "c" or "celsius". To enter kelvin type "k" or "kelvin". To enter fahrenheit type "f" or "fahrenheit".

to: the unit you want to convert to. To enter celsius type "c" or "celsius". To enter kelvin type "k" or "kelvin". To enter fahrenheit type "f" or "fahrenheit".

Value

data frame of converted value and unit.

Examples

1
2
conv_temp(30, "c", "kelvin")
conv_tem(100, "f", "celsius")

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