Skip to contents

Get monthly PPI data

Usage

get_ppi_month(rawfile)

Arguments

rawfile

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

Value

A tibble containint date, CDID and value.

Examples

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