This dataset provides metadata about all datasets in the package r2dii.data.
Definitions
column
(character): The name of a dataset-column., *dataset
(character): The name of a dataset., *definition
(character): The definition of a dataset-column., *typeof
(character): The result oftypeof()
, one of double, integer, logical, or character..
Examples
head(data_dictionary)
#> # A tibble: 6 × 4
#> dataset column typeof definition
#> <chr> <chr> <chr> <chr>
#> 1 abcd_demo company_id character The id of the company owning the ass…
#> 2 abcd_demo emission_factor double Company level emission factor of the…
#> 3 abcd_demo emission_factor_unit character The units that the emission factor i…
#> 4 abcd_demo is_ultimate_owner logical Flag if company is the ultimate pare…
#> 5 abcd_demo lei character The legal entity identifier of the c…
#> 6 abcd_demo name_company character The name of the company owning the a…