Now golemized
EV Infrastructure Designer lets users create custom charging station deployment scenarios by selecting the locations by clicking on the map, further configuring each individual charging station and then submitting the scenario for analysis.
library(evides)
## basic example code
- Uses
golem
to generate a package from R Shiny code. (https://github.com/ThinkR-open/golem) - Uses modules for effective code management. (https://shiny.rstudio.com/articles/modules.html)
- Validation of user inputs before insertion into database using sqlInterpolate to avoid SQL injection attacks. (https://www.rdocumentation.org/packages/DBI/versions/0.5-1/topics/sqlInterpolate)
- Uses
bs4Dash
to get the husky colors andshinyWidgets
actionBttn. (https://rinterface.github.io/bs4Dash/index.html, https://github.com/dreamRs/shinyWidgets) - Auth0 service for authentication.
Shinyapps: https://cp84.shinyapps.io/evi_des/
Please note that the ‘evides’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.