knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

nutricheckr: Tools for Nutrition Assessment and Analysis

Project Status: WIP Lifecycle: experimental R-CMD-check test-coverage Codecov test coverage CodeFactor

Nutrition assessment involves various methods and techniques. This package provides tools to support the implementation of these methods and techniques.

Installation

You can install the development version of nutricheckr from GitHub with:

if(!require(remotes)) install.packages("remotes")
remotes::install_github("nutriverse/nutricheckr")

Usage



nutriverse/nutricheckr documentation built on April 1, 2022, 7:44 p.m.