View source: R/stocks_metadata.R
stocks_metadata | R Documentation |
This helper function extracts names and HTML values (options values) of all listed stocks in Casablanca Stock Exchange.
stocks_metadata(request = NULL, with_values = TRUE)
request |
The object returned by an HTTP GET request. |
with_values |
Boolean vector of length one indicating if the HTML values should be
returned or not. |
A character vector containing all listed stocks. If with_value
is true, a
named vector of HTML values is returned.
## Not run: stocks_metadata()
## Not run: stocks_metadata(with_values = FALSE)
## Not run: stocks_metadata(get_request, FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.