The column
company_id
is now deprecated in alltoy_*companies()
. The latest data usescompanies_id
and is available to you automatically when you update the tiltIndicator package.toy_emissions_profile_products()
andtoy_emissions_profile_upstream_products()
are deprecated in favor oftoy_emissions_profile_products_ecoinvent()
andtoy_emissions_profile_upstream_products_ecoinvent()
, respectively.
Examples
toy_emissions_profile_products()
#> Warning: `toy_emissions_profile_products()` was deprecated in tiltToyData 0.0.0.9009.
#> ℹ Please use `toy_emissions_profile_products_ecoinvent()` instead.
#> [1] "/home/runner/work/_temp/Library/tiltToyData/extdata/deprecated/emissions_profile_products.csv.gz"
# ->
toy_emissions_profile_products_ecoinvent()
#> [1] "/home/runner/work/_temp/Library/tiltToyData/extdata/emissions_profile_products_ecoinvent.csv.gz"
toy_emissions_profile_upstream_products()
#> Warning: `toy_emissions_profile_upstream_products()` was deprecated in tiltToyData
#> 0.0.0.9009.
#> ℹ Please use `toy_emissions_profile_upstream_products_ecoinvent()` instead.
#> [1] "/home/runner/work/_temp/Library/tiltToyData/extdata/deprecated/emissions_profile_upstream_products.csv.gz"
# ->
toy_emissions_profile_upstream_products_ecoinvent()
#> [1] "/home/runner/work/_temp/Library/tiltToyData/extdata/emissions_profile_upstream_products_ecoinvent.csv.gz"