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] "EnergyType"
#>
#> $last_stage
#> [1] "LastStage"
#>
#> $year
#> [1] "Year"
#>
#> $ledger_side
#> [1] "LedgerSide"
#>
#> $flow_aggregation_point
#> [1] "FlowAggregationPoint"
#>
#> $flow
#> [1] "Flow"
#>
#> $product
#> [1] "Product"
#>
#> $unit
#> [1] "Unit"
#>
#> $e_dot
#> [1] "Edot"
#>