Skip to contents

Adds one or more named download specifications to the fundsr.fund_urls option. Existing entries are preserved; entries in x replace any existing entries with the same name.

Usage

add_fund_urls(x)

Arguments

x

A named character vector mapping download identifiers to URLs.

Value

A list with the previous value of fundsr.fund_urls.

Details

Names are normalised to uppercase before storing.

See also

fundsr_options() to set fundsr.fund_urls (and other fundsr options) in one call. download_fund_data() to download files from the configured URLs.