sqm2sqft: Convert numeric square meters to square feet

Description Usage Arguments Value Examples

View source: R/juantools.R

Description

Wrapper to sqft2sqm that converts in the reverse direction

Usage

1

Arguments

x

Numeric; assumed units are sq m

Value

x Numeric, converted to sq ft

Examples

1
2
3
sqm2sqft(100)
# identical
sqft2sqm(100, reverse=TRUE)

juanfung/juantools documentation built on Jan. 1, 2021, 7:12 a.m.