powered by
Extracts and displays listing of annual reports filed by a company in a data frame.
AnnualReports(symbol, foreign = FALSE)
A character vector specifying the stock symbol of the company of interest.
A logical vector indicating whether the company is domestic or foreign. foreign = FALSE by default.
foreign = FALSE
# NOT RUN { AnnualReports("TSLA") AnnualReports("BABA", foreign = TRUE) # }
Run the code above in your browser using DataLab