https://github.com/pachadotdev/d3podemocovid
https://github.com/pachadotdev/d3podemocovid
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pachadotdev/d3podemocovid
- Owner: pachadotdev
- License: other
- Created: 2023-05-16T21:58:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T21:59:05.000Z (about 3 years ago)
- Last Synced: 2025-02-14T21:47:12.077Z (over 1 year ago)
- Language: R
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```