powered by
This function scraps etf.com data for sector breakdown on ETFs. Use splot_etf() for visualization.
splot_etf()
etf_sector(etf = "VTI", quiet = FALSE, cache = TRUE)
Character Vector. Which ETFs you wish to scrap?
Boolean. Keep quiet? If not, informative messages will be printed.
Boolean. Use daily cache if available?
data.frame with ETF break.down data by sector
Other Investment: daily_portfolio(), daily_stocks(), splot_change(), splot_divs(), splot_etf(), splot_growth(), splot_roi(), splot_summary(), splot_types(), stocks_file(), stocks_obj(), stocks_quote(), stocks_report()
daily_portfolio()
daily_stocks()
splot_change()
splot_divs()
splot_growth()
splot_roi()
splot_summary()
splot_types()
stocks_file()
stocks_obj()
stocks_quote()
stocks_report()
# NOT RUN { etf_sector(etf = "VTI") # }
Run the code above in your browser using DataLab