Description
Useful Functions for People on a Diet.
Description
Contains a collection of functions for performing different kinds of calculation that are of interest to someone following a diet plan. Calculators for the Basal Metabolic Rate are based on Mifflin et al. (1990) <doi:10.1093/ajcn/51.2.241> and McArdle, W. D., Katch, F. I., & Katch, V. L. (2010, ISBN:9780812109917).
README.md
nutrition
The goal of nutrition is to provide useful functions for nutrition analysis.
Installation
The stable version of this function is available on CRAN and can be installed by running this from R:
install.packages("nutrition")
You can install the development version of nutrition like so:
devtools::install_github("wleoncio/nutrition")
Usage
For a list of exported objects (functions and datasets), run this:
ls("package:nutrition")
Examples for individual functions are available in their respective documentation.