report_emissions: Report Emissions.

Description Usage Arguments Value Examples

View source: R/report_emissions.R

Description

report_traffic runs traffic functions.

Usage

1
2
report_emissions(emispath = "post", path_df = "post/df",
  path_streets = "post/streets", path_grids = "post/grids")

Arguments

emispath

Character; path to post .rds

path_df

Character; path to data-frames .rds

path_streets

Character; path to streets .rds

path_grids

Character; path to grids .rds

Value

a list

Examples

1
2
3
4
5
6
7
8
## Not run: 
name <- file.path(tempdir())
vein::inventory(name, rush.hour = TRUE)
source(paste0(name, "/main.R"))
loe <- report_emissions()
names(loe)

## End(Not run)

atmoschem/veinreport documentation built on May 17, 2019, 6:39 p.m.