Create an example masterdata_ownership_datastore
object
Source: R/fake_masterdata_ownership_datastore.R
fake_masterdata_ownership_datastore.Rd
This function creates an example masterdata_ownership_datastore
object.
Usage
fake_masterdata_ownership_datastore(
id = "8",
id_name = "ar_company_id",
ald_sector = "Oil&Gas",
ald_location = "DE",
technology = "Gas",
year = 2022,
ald_production = 52281230,
ald_production_unit = "GJ",
ald_emissions_factor = 0.06202439,
ald_emissions_factor_unit = "tonnes of CO2 per GJ",
country_of_domicile = "DE"
)
Arguments
- id
value/s to be used for the
id
column- id_name
value/s to be used for the
id_name
column- ald_sector
value/s to be used for the
ald_sector
column- ald_location
value/s to be used for the
ald_location
column- technology
value/s to be used for the
technology
column- year
value/s to be used for the
year
column- ald_production
value/s to be used for the
ald_production
column- ald_production_unit
value/s to be used for the
ald_production_unit
column- ald_emissions_factor
value/s to be used for the
ald_emissions_factor
column- ald_emissions_factor_unit
value/s to be used for the
ald_emissions_factor_unit
column- country_of_domicile
value/s to be used for the
country_of_domicile
column