Skip to contents

Get yearly ppi data

Usage

get_ppi_year(rawfile)

Arguments

rawfile

A downloaded ppi.csv file. If missing will attempt to download from ONS.

Value

A tibble containing date, CDID and value.

Examples

if (FALSE) { # \dontrun{
get_ppi_year()
} # }