Work to create an automated markdown report. (combine the previous two tasks).
The workflow could look like this.
- download OECD data
- transform it into a data format to create a cool time series graph (tstools, tsbox, dygraphs (for interactivity) are packages to do so)
- create an .Rmd template file and knit it to HTML and add the graph to it.
- make sure the output is rendered to the docs folder.
- activate github pages in the root/docs flavor
Work to create an automated markdown report. (combine the previous two tasks).
The workflow could look like this.