download_summary_data: Download summary data

Description Usage Arguments Value

View source: R/IShares-class.R

Description

download the JSON summary data from the IShares website. For instance, this data is rendered at the following address https://www.ishares.com/uk/individual/en/products/etf-investments

Usage

1
download_summary_data(summary_link, as = "parsed")

Arguments

summary_link

link where the IShares summary data (in JSON format) is downloaded from. This is the data summarizing all the ETF of the IShares provider

as

desired type of output: raw, text or parsed. content attempts to automatically figure out which one is most appropriate, based on the content-type.

Value

the JSON data downloaded from summary_link is the format specified by as


skiamu/ETF documentation built on April 28, 2020, 6:08 a.m.