# NOT RUN {
apples <- 2 * make_unit("apple")
oranges <- 1 * make_unit("orange")
# one orange is worth two apples
install_conversion_constant("orange", "apple", 2)
apples + oranges
oranges + apples
# }
Run the code above in your browser using DataLab