convert_height_to_m: Convert height to m

View source: R/convert_height_to_m.R

convert_height_to_mR Documentation

Convert height to m

Description

Convert height to m

Usage

convert_height_to_m(height, height_units)

Arguments

height

height in cm, m, or inches

height_units

units in "cm", "m", or "inches"

Value

vector of height in meters (m)

Examples

convert_height_to_m(70, "inches")
convert_height_to_m(c(70, 75, 65), "inches")

JMLuther/tabletools documentation built on July 1, 2024, 2:01 p.m.