Quarto dashboard example
Application development GIS - Part II: R

Left: A basic interactive map of the world’s life expectancy. {tmap} already takes care of basic interactive map features for you like zooming, popups and basemaps.

Right: A simple table with countries, HPI, life expectancy, carbon footprint and continent linked to an interactive plot. {reactable} takes in your data frame and turns it into a paginated table, that you can filter, sort or search, depending on your configuration. The scatterplot is a ggplot graph that was made interactive with the {plotly} package. The tooltip includes also the country name, Both elements interact with each other via {crosstalk} and can be further filtered with the controllers below.