get_data: Retrieve data from the Eurostat API

Description Usage Arguments Details Value Examples

Description

Retrieve data from the Eurostat API

Usage

1

Arguments

key

A character string identifying the series to be retrieved

filter

A named list with additional filters (see details)

Details

The filter option of get_data() takes a named list of key-value pairs. If left blank, it returns all data for the current version.

Available filter parameters:

Value

A data frame

Examples

1
2
3
# Get data on doctorates in US and DE
df <- get_data("cdh_e_occ1.A.TOTAL.PC..DE+US")
head(df)

expersso/eurostatR documentation built on May 16, 2019, 9:44 a.m.