#' BMI
#' @description Given height(cm) and weight(kg), calculatiing BMI
#' @param height.cm: height(cm)
#' @param weight.kg: weight(kg)
calc.BMI<-function(height.cm,weight.kg){weight.kg/((height.cm/100)^2)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.