height_to_cm: Height to cm

View source: R/height_to_cm.R

height_to_cmR Documentation

Height to cm

Description

convert character string of height e.g. "6-4" to a numerical value in cm. Note: it will break if the height is above 10feet.

Usage

height_to_cm(x)

Arguments

x

height character value

Value

numerical value in cm

Examples

height_to_cm("6-4")

becausejustyn/nflhelpR documentation built on March 29, 2022, 10:10 p.m.