Make unit conversion functions

get_unit_conversions(filename)

Arguments

filename

Name of file containing unit conversions

Value

List of conversion functions

Examples

if (FALSE) {
get_unit_conversions("config/unit_conversions.csv")
}