Description Usage Arguments Value Author(s) Examples
View source: R/download_stocks_metadata.R
Download information like ticker, number of shares and market segment from the companies listed in the Brazilian stock market.
1 | download_stocks_metadata(folder = "temp/stocks/metadata/")
|
folder |
Character. Path to a folder where the downloaded data (Excel sheet) will be stored. |
A data.frame containing:
Name
Ticker
FullName
MarketSegment
OrdinaryShares
PreferenceShares
TotalShares
Renato Dinhani
1 2 3 | ## Not run:
download_stocks_metadata()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.