wwpp: Calculate Weight Watchers Points Plus

Description Usage Arguments

Description

Calculate Weight Watchers Points Plus from a food_id, the result of get_wwpp_data, or a set of inputs. See: http://calorielab.com/news/2015/10/08/weight-watchers-pointsplus-formula/

Usage

1
2
wwpp(food_id = NULL, quantity = 1, wwpp_data = NULL, protein = NULL,
  carbs = NULL, fat = NULL, fiber = NULL)

Arguments

food_id

character(1) A food ID from the database

wwpp_data

numeric A vector of numbers with required data from get_wwpp_data

protein

numeric(1) grams of protein

carbs

numeric(1) grams of carbs

fat

numeric(1) grams of fat

fiber

numeric(1) grams of fiber


Prometheus77/foodpoints documentation built on May 11, 2019, 6:25 p.m.