conversion_table {convertr}R Documentation

Conversion factors for various units

Description

This table provides the conversion factors for convert. The conversion factor is broken into four componts: A, B, C, and D. Units are converted from the origin unit (X) to the respective SI base unit (BU) using the following formula:

BU = (A + B*X) / (C + D*X)

The data orginates from the POSC Units of Measure Dictionary v2.2 and Wikipedia

Usage

conversion_table

Format

A data frame with 1511 rows and 11 variables:


[Package convertr version 0.1 Index]