Skip to content

Some visualisation works of the datasets about confirmed cases.

License

Notifications You must be signed in to change notification settings

leoluyi/covid19tw-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualisation of COVID-19 Cases in Taiwan

Some visualisation works of the datasets about confirmed cases.

If you want to contribute to a project and make it better, your help is very welcome.

Getting Started

install.packages(
  "magrittr",
  "readr",
  "tidyverse",
  "RColorBrewer",
  "ggthemes"
)

Plots

img/p2.png

img/p2.png

img/p3.png

Datasets

References

License

FREE, see LICENSE.

Development Guidelines

We try to follow the GitHub flow for development.

  1. Fork this repo and clone it to your computer. To learn more about this process, see this guide.
  2. If you have forked and cloned the project before and it has been a while since you worked on it, pull changes from the original repo to your clone by using git pull upstream main.
  3. Open the RStudio project file (.Rproj).
  4. Make your changes:
    • Write your code.
    • Test your code (bonus points for adding unit tests).
    • Document your code (see function documentation above).
    • Check your code with devtools::check() and aim for 0 errors and warnings.
  5. Commit and push your changes.
  6. Submit a pull request.

About

Some visualisation works of the datasets about confirmed cases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages