Description Usage Arguments Details Examples
stable
Check how you should adjust your tdee when changing weight.
1 | weight_goal(weight, goal, weekly_target, tdee = NULL)
|
weight |
weight in kg |
goal |
your weight goal in kg, as positive (gain weight) or negative (lose weight) integer |
weekly_target |
your weekly target in kg, as positive (gain weight) or negative (lose weight) integer |
tdee |
Total daily energy expenditure, Default: NULL |
DETAILS
1 2 3 4 5 6 | weight_goal(
weight = 94,
goal = 5,
weekly_target = 0.5,
tdee = 2700
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.