Description Usage Arguments Value
View source: R/generate_evtrip_scenarios.R
This function creates a dataframe with trip details needed for the VCDM.
1 | make_trip_row(main_con, a_id = 1, gas_prices, trip_EV_row, trip_sp, trip_dc)
|
main_con |
The database connection passed to another function |
a_id |
The analysis_id |
gas_prices |
The dataframe containing gas prices for each zip code |
trip_EV_row |
The dataframe containing details about the EV taking the trip |
trip_sp |
Dataframe containing trip shortest_path |
trip_dc |
Dataframe with trip destination chargers |
The dataframe with EV specific trip details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.