Skip to contents

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

Usage

add_fund_urls(fund_urls)

Arguments

fund_urls

A named character vector mapping download identifiers to URLs.

Value

A list with the previous value of fundsr.fund_urls.

Details

Names are converted 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 added URLs.

Other download functions: download_fund_data()