Skip to contents

Converts a height given in the format "feet-inches" (e.g., "6-2") to total inches.

Usage

convert_height_to_inches(height)

Arguments

height

A character string representing height in "feet-inches" format.

Value

A numeric value representing height in total inches.