Skip to content
/ leafdown Public

❗ This is a read-only mirror of the CRAN R package repository. leafdown — Provides Drill Down Functionality for 'leaflet' Choropleths

Notifications You must be signed in to change notification settings

cran/leafdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leafdown

Lifecycle: stable R-CMD-check

The leafdown package provides drilldown functionality for leaflet choropleths in R Shiny apps.

Installation

You can install the released version of leafdown from CRAN with:

install.packages("leafdown")

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("hoga-it/leafdown")

Documentation

You can find the documentation here.

Features

  • Adds drilldown functionality for leaflet choropleths maps.
  • Allows the selection of regions/shapes.
  • Easy to use and well-integrated into syntax of the leaflet R package.
  • Allows communication of the map with other shiny elements (e.g. graphs).
  • Computationally efficient as drilldown is only executed for selected regions of interest.

Showcase - Election Map

To showcase the features of the leafdown package we have created a demo app.

This app shows the 2016 us presidential election results as well as some demographic information.
Click here for the full demo app and here for the documentation.

Showcase - healthdown

The healthdown app allows interactive comparison of various health factors at the U.S. state and county level. It was honored as “Runners up” in the Shiny Contest 2021.

Link to healthdown: https://hoga.shinyapps.io/healthdown/

Code: https://github.com/hoga-it/healthdown

Showcase - Weather stations

This app allows interactive comparison of weather station measurements between states, counties and individual stations. It was primarily developed for Andreas’ talk at the rstudio::conf(2022), where he demonstrated the capabilities of the leafdown package.

Link to the app: https://hoga.shinyapps.io/leafdown_rstudio_conf_2022/

Code: https://github.com/andreash0/leafdown_rstudio_conf_2022

About

❗ This is a read-only mirror of the CRAN R package repository. leafdown — Provides Drill Down Functionality for 'leaflet' Choropleths

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages