A character vector containing the specification notation used in the IEATools package. Notation for delimiting specification strings is included.

specify_notation

Format

A character vector with 15 entries

Examples

specify_notation
#> $open #> [1] " [" #> #> $close #> [1] "]" #> #> $arrow #> [1] " -> " #> #> $resources_preposition #> [1] "of " #> #> $eiou_preposition #> [1] "to " #> #> $interface_ind_preposition #> [1] "of " #> #> $final_demand_preposition #> [1] "to " #> #> $resources_open #> [1] " [of " #> #> $resources_close #> [1] "]" #> #> $eiou_open #> [1] " [to " #> #> $eiou_close #> [1] "]" #> #> $interface_ind_open #> [1] " [of " #> #> $interface_ind_close #> [1] "]" #> #> $final_demand_open #> [1] " [to " #> #> $final_demand_close #> [1] "]" #>