#' Alternative Fuel Station Locations in the US
#'
#' NREL Alternative Fuel Station Data
#'
#' @docType data
#'
#' @usage data(AltFuelStations)
#'
#' @format A tibble with 33126 observations of 64 variables:
#' \describe{
#' \item{`Fuel Type Code`}{Fuel Type, expressed in NREL code format}
#' \item{`Station Name`}
#' \item{`Street Address`}
#' \item{`Intersection Directions`}
#' \item{`City`}
#' \item{`State`}
#' \item{`ZIP`}
#' \item{`Plus4`}{Zip code suffix}
#' \item{`Station Phone`}
#' \item{`Status Code`}
#' \item{`Expected Date`}
#' \item{`Groups With Access Code`}
#' \item{`Access Days Time`}
#' \item{`Cards Accepted`}
#' \item{`BD Blends`}
#' \item{`NG Fill Type Code`}
#' \item{`NG PSI`}
#' \item{`EV Level1 EVSE Num`}
#' \item{`EV Level2 EVSE Num`}
#' \item{`EV DC Fast Count`}
#' \item{`EV Other Info`}
#' \item{`EV Network`}
#' \item{`EV Network Web`}
#' \item{`Geocode Status`}
#' \item{`Latitude`}
#' \item{`Longitude`}
#' \item{`Date Last Confirmed`}
#' \item{`ID`}
#' \item{`Updated At`}
#' \item{`Owner Type Code`}
#' \item{`Federal Agency ID`}
#' \item{`Federal Agency Name`}
#' \item{`Open Date`}
#'}
#'
#' @source \url{https://afdc.energy.gov/stations}
#' @keywords datasets
#'
#' @examples
#' data(AltFuelStations)
"AltFuelStations"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.