Column names in muscle work data frames
mw_cols.Rd
A string list containing package constants used in MWTools package functions.
This list is borrowed directly from the IEATools
package.
Examples
mw_cols
#> $country
#> [1] "Country"
#>
#> $method
#> [1] "Method"
#>
#> $energy_type
#> [1] "Energy.type"
#>
#> $last_stage
#> [1] "Last.stage"
#>
#> $year
#> [1] "Year"
#>
#> $ledger_side
#> [1] "Ledger.side"
#>
#> $flow_aggregation_point
#> [1] "Flow.aggregation.point"
#>
#> $flow
#> [1] "Flow"
#>
#> $product
#> [1] "Product"
#>
#> $unit
#> [1] "Unit"
#>
#> $e_dot
#> [1] "E.dot"
#>