makeStationsFeatures = function(stations) {
# make spatial
stations = sf::st_as_sf(stations, coords = c("x","y"))
# extract information from grid point
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.