Chicken.Time: Make a Chicken Dinner

Description Usage Arguments Examples

View source: R/ChickenTime.R

Description

This function allows you to make a perfect chicken dinner.

Usage

1
Chicken.Time(weight, end.time, smart = TRUE)

Arguments

weight

The weight of your chicken in kilograms. No default.

end.time

Character string. The time you want your dinner to be ready in the format "hh:mm". If not set will asume asap.

smart

TRUE or FALSE. When set to TRUE will return an error if the requested time set in end.time is not possible. Defaults to TRUE.

Examples

1
Chicken.Time(1.35, "18:55", TRUE)

wiltonkiss/wil documentation built on May 4, 2019, 6:31 a.m.