adjust_scale: Convert between multipliers of the same unit, e.g. mg to kg

View source: R/util_funs.R

adjust_scaleR Documentation

Convert between multipliers of the same unit, e.g. mg to kg

Description

Converts units of the same scale, e.g. mg to kg, or mL to L.

Usage

adjust_scale(x, input, output)

Arguments

x

numeric.

input

string.

output

string.

Value

A numeric.


respR documentation built on May 29, 2024, 7:14 a.m.