This function lets the user create his portfolio's full report with plots and send it to an email with the HTML report attached
stocks_report(data = stocks_obj(), dir = NA, mail = FALSE,
to = "laresbernardo@gmail.com", creds = NA)
List. Results from stocks_obj()
Character. Directory for HTML report output. If set to NA, current working directory will be used
Boolean. Do you want to send an email with the report attached?
Character. Email to send the report to
Character. Credential's user (see get_credentials) for sending mail
Other Investment: daily_portfolio
,
daily_stocks
, etf_sector
,
splot_change
, splot_etf
,
splot_growth
, splot_roi
,
splot_summary
, splot_types
,
stocks_file
, stocks_hist
,
stocks_obj