Skip to contents

clio is an R package aimed to extract data from the Clio-Infra data portal. It allows the user to search as well as extract data in a number of ways, detailed in the package vignette.

Installation

You can install the development version of clio like so:

library(devtools)
install_github("basm92/clio")

Example

This is a basic example of how clio works:

library(clio)
clio_get("inflation", countries="Netherlands")

For more examples, please see the Getting Started vignette.