Skip to content

Instructions with code of how to create a bar race ranking GIF animation in R.

License

Notifications You must be signed in to change notification settings

SzymkowskiDev/animated-bar-race-ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💡 How to create an animated bar race ranking in R

Instructions with code of how to create a bar race ranking GIF animation in R like the one below:

animated-bar-chart

Medium post available here.

📦 Dependencies

🧰 Troubleshooting

🚩 ggflags not available on CRAN

The package responsible for assigning flags to country codes called "ggflags" is not available on CRAN. That's why one needs to install it from GitHub repo. This can be accomplished using the line below:

devtools::install_github("ellisp/ggflags")

🚩 devtools requires Rtools

In order to install packages from GitHub, one needs a package called 'devtools'. It can be installed with command:

install.packages("devtools")

However, the installation of devtools needs to be preceeded by installation of 'Rtools', available here.

🔗 Related Projects

📧 Contact

📄 License

MIT License ©️ 2019-2020 Kamil Szymkowski

About

Instructions with code of how to create a bar race ranking GIF animation in R.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages