Skip to contents

Get average price data from the ONS Shopping Price tool

Usage

get_price_data(file)

Arguments

file

A spreadsheet download of price data

Value

A tidy dataset of average prices

Examples

if (FALSE) { # \dontrun{
data <- get_price_data()
} # }