Get regular expressions for units in Julia
Arguments
- sfm
Stock-and-flow model, object of class
sdbuildR_xmile.
Examples
x <- get_regex_units()
head(x)
#> ^[M|m]eter[s]?$ ^[S|s]econd[s]?$ ^[A|a]mpere[s]?$ ^[K|k]elvin[s]?$
#> "m" "s" "A" "K"
#> ^[C|c]andela[s]?$ ^[G|g]ram[s]?$
#> "cd" "g"