Skip to contents

acquire_prices() is mainly a wrapper to download the file stored in prices_url(). You can optionally specify where to save the downloaded file.

Usage

acquire_prices(path)

Arguments

path

Folder to put the downloaded data in. If missing a tempfile will be created.

Value

The file path and name of the downloaded file.

Examples

if (FALSE) { # \dontrun{
file <- acquire_prices()

my_prices <- acquire_prices("~/data")
} # }