Skip to contents

A table of column names and descriptions of data frames used or exported by the functions in this package.

Usage

data_dictionary

Format

data_dictionary

dataset

Name of the dataset

column

Name of the column

typeof

Type of the column

definition

Definition of the column

Examples

data_dictionary
#> # A tibble: 32 × 4
#>    dataset                        column                 typeof    definition   
#>    <chr>                          <chr>                  <chr>     <chr>        
#>  1 prep_emission_intensity_output emission_factor_metric character Indicates if…
#>  2 prep_emission_intensity_output emission_factor_value  double    The physical…
#>  3 prep_emission_intensity_output label                  character Same as 'emi…
#>  4 prep_emission_intensity_output region                 character The region f…
#>  5 prep_emission_intensity_output scenario_source        character The publicat…
#>  6 prep_emission_intensity_output sector                 character The sector o…
#>  7 prep_emission_intensity_output year                   double    The year of …
#>  8 prep_techmix_output            label                  character Same as 'met…
#>  9 prep_techmix_output            label_tech             character Same as 'tec…
#> 10 prep_techmix_output            metric                 character Indicates if…
#> # ℹ 22 more rows