Activity Data Template
ActivityData.Rd
A template for activity data used in ghgtools. You must follow the template structure in order for ghgtools to function properly.
Format
ActivityData
A data frame with 36 rows and 12 columns:
- asset_id
Required input. Must be alpha-numeric. Must match an AssetID from your Asset Portfolio.
- supplier
Optional input. Name of the utility vendor or supplier.
- account_number
Optional input. Account number for utility service.
- meter_number
Optional input. Meter number for utility service.
- date
Optional input. Date of the service or activity. If used, it must be in short date format, i.e. 04/16/1993.
- year
Required input. Year of the service or activity.
- cost
Optional input. Cost of the activit or service. Must be numeric.
- service_type
Required input. Must match a service type in the emission factor library.
- service_subcategory1
Optional input. If used, must match a service_subcategory1 in the eission factor library.
- service_subcategory2
Optional input. If used, must match a service_subcategory2 in the eission factor library.
- unit
Required input. Must match a unit for the service type in the emission factor library.
- usage
Required input. The amount of the activity or service.
...