Passing list to a function - `do.call`

One of the frustration in R is writing in long repeated arguments when executing a function. For example, if we were to plot several ggplots objects as a single, we can specify each plot separately in gridExtra::grid.arrange function, e.g. grid.arrange(ggplot_obj_1, ggplot_obj_2, ggplot_obj_3, ...).

Read More

Extracting daily weather data from Singapore weather Station (R::weatherData)

This is a post to extract open weather data available for the weather stations in Singapore, using weatherData package in R. The sources of the available open weather data available are collected from weather stations located at airports in Singapore. Please refer to https://ram-n.github.io/weatherData/ for more information on the weatherData package.

Read More

You're up and running!

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).

Read More