parse_unit_brackets | R Documentation |
Parse string representation of units package quantities
parse_unit_brackets(x, target_unit = NA)
x |
character string with unit in brackets |
target_unit |
target unit to convert to. optional |
x <- "1 [m]" x <- "8.5 [m]" parse_unit_brackets(x, "feet")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.