An open API service indexing awesome lists of open source software.

https://github.com/pachadotdev/d3podemocovid


https://github.com/pachadotdev/d3podemocovid

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# d3podemocovid

The goal of d3podemocovid is to show three points:

1. How to use d3po with shiny and shinydashboard.
2. How golem simplifies creating Shiny apps.
3. How to pass any map (in this case the Canadian map) to d3po.

## Installation

You can install the development version of d3podemocovid like so:

``` r
remotes::install_github("pachadotdev/d3podemocovid")
```

## Example

The next line allows you to run the Shiny app locally:

``` r
d3podemocovid::run_app()
```