K-Means clustering performed on OECD data in R A small example demonstrating how to use dplyr in R for filtering retrieved OECD data (pulled via R interface using the OECD R-package)
OECD package (interface) in R: Reading (German) freight transport data from OECD directly in R “OECD” is a package in R, providing an interface for performing a querry directly from R code. In this post I use the “OECD” package to analyze European transport data. I begin by reading in the OECD package in R. […]