calories_burned: Calculates Calories Burned From Exercise

Description Usage Arguments Value Examples

Description

Calculates Calories Burned From Exercise

Usage

1
calories_burned(age, heart_rate, weight, time, gender, units = "english")

Arguments

age

Age of individual of numeric vector.

heart_rate

Heart rate (bpm) of individual of numeric vector.

weight

Weight of individual of numeric vector. In pounds if english units and kilograms if metric units.

time

Time spent running of individual of numeric vector. In minutes.

units

Character vector representing the units convention used for weight. Either "english" or "metric". Default is "english".

gendser

"male" for male and "female" for female.

Value

numeric vector representing the BMI of an individual based on their height and weight

Examples

1
calories_burned(19, 130, 152, 60, "male", "metric")

armaanshah96/runner documentation built on May 10, 2019, 1:39 p.m.