Description Usage Arguments Value Examples
vein_report
produces an structure of directories and scripts
in order to run vein. It is required to know the vehicular composition of the
fleet.
1 2 | vein_report(author = "me", path = getwd(), traffic = TRUE, speed = TRUE,
ef = "scaled", emissions = TRUE)
|
author |
Character; name of the author of the report. |
path |
Character; path where to create report.Rmd. |
traffic |
Logical; if TRUE writes traffic functions. |
speed |
Logical; if TRUE writes speed functions. |
ef |
Character; 'local', 'speed' or 'scaled'. |
emissions |
Logical; if TRUE writes emissions functions. |
report.Rmd.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.