README.md

FCdegree

My first test R package

fahrenheit_to_celsius()

the only argument is the given degree in Fahrenheit

it returns degree in Celcius

examples

rm(list = ls())

install.packages("devtools")

library(devtools) install_github("leileibama/FCdegree")

library(FCdegree)

fahrenheit_to_celsius(90)

[1] 32.22222



leileibama/FCdegree documentation built on Nov. 24, 2019, 12:06 a.m.