Reads keyword indicators from csv files from /{base_dir}/data-raw/indicator/{keyword}_{suffix}.csv where {keyword} is one of the keywords in parameter keywords.

read_keywords(keywords, geo = "CH", suffix = "sa", id = NULL)

Arguments

keywords

A vector of keywords.

geo

geographical area.

suffix

Suffix in file names, defaults to "sa". Common for all keywords.

id

Category id, defaults to NULL.

Value

A tibble with columns keyword, time, value.