Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 541 Bytes

Trendmaker

Gapminder-style synthetic datasets.

Alt text

Running

Open the project on RStudio, and run app/install_dependencies.R. Then open app/app.R and click "Run App" on the top-right corner.

Customizing

The function generate is responsible for creating a pair of dataframes, which hold the data values in the start and end frames of the animation.

Deploying on Docker

cd trendmaker
docker build -t trendmaker .
docker run -p 80:80 trendmaker

Then hit http://localhost on your browser.