Description Usage Arguments Value
downloads from the IShares website the data regarding etf constituents. Constituent data
is publish in each etf web page as a csv file and we read it directly from there.
In summary_data
there's the link pointing to the page where the csv is
published
1 2 | download_etf_constituents(summary_data, download_csv = TRUE,
url_fixed_number, region)
|
summary_data |
summary data dataframe as returned by parse_summary_data |
download_csv |
if |
url_fixed_number |
a country-specific code found in the url |
region |
IShares geographical region (e.g. US) |
a named-list. Names are the localExchangeTicker
found in summary_data
and the elements are the csv file found in each ETF web page in melted format.
By melted format we mean as output of the function readr::melt_csv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.