View source: R/hotel_emissions.R
hotel_emissions | R Documentation |
Indirect emissions from a stay at a hotel. Values to calculate emissions are from UK government 2022 report.
hotel_emissions(location = "UK", nights = 1, rooms = 1)
location |
Location of the hotel stay. Current accepted locations are |
nights |
Number of nights stayed in the hotel. |
rooms |
Number of rooms used in the hotel. |
Tonnes of CO2e emissions for a stay in a hotel.
# Emissions for a two night stay in Fiji.
hotel_emissions(location = "Fiji", nights = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.