get_pal_status {activAnalyzer}R Documentation

Get FAO physical activity level (PAL) status (http://www.fao.org/3/y5686e/y5686e07.htm#bm07.3)

Description

Get FAO physical activity level (PAL) status (http://www.fao.org/3/y5686e/y5686e07.htm#bm07.3)

Usage

get_pal_status(value, language = c("en", "fr"))

Arguments

value

A numeric value to indicate the daily mean of PAL.

language

A character value for setting the language with which the table should be created: en for english; fr for french.

Value

A character string.

Examples

get_pal_status(value = 1.8)

[Package activAnalyzer version 2.0.2 Index]