View source: R/ls_underlyings.R
| ls_underlyings | R Documentation |
shows names that are stored in the underlying_id slot of derivative
instruments
ls_underlyings(pattern = NULL, match = TRUE)
pattern |
an optional regular expression. Only names matching ‘pattern’ are returned. |
match |
require exact match? |
first calls ls_derivatives, then looks for unique
underlying_ids. If no derivatives have been defined, nothing will be
returned.
chr vector of names of unique underlying_ids
Garrett See
ls_instruments_by, ls_derivatives, ls_options, ls_futures
## Not run:
ls_underlyings()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.