Testing/BMITest.R

# BMI Test Program
source("R/BMI.R")
cat("PRINT=FALSE\n")
print(BMI(165, 55))
cat("PRINT=TRUE\n")
print(BMI(157, 48, TRUE))
TripleSunny/SunnyFirstRPackage documentation built on May 5, 2019, 1:36 p.m.