View source: R/data_wrangling.R
bmi | R Documentation |
Calculate BMI
bmi(height, weight)
height |
a numeric vector |
weight |
a numeric vector |
a numeric vector
bmi(72, 180)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.