Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 293 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 293 Bytes

tuRkey

tuRkey

A package that helps you find the time needed to cook your turkey of a given weight!

library("tuRkey")

cook_turkey(5)
## [1] "1H 15M 0S"
cook_turkey(10)
## [1] "2H 30M 0S"
cook_turkey(40)
## [1] "10H 0M 0S"