| add.identifier | R Documentation |
instrumentAdd an identifier to an instrument unless the instrument
already has that identifier.
add.identifier(primary_id, ...)
primary_id |
primary_id of an |
... |
identifiers passed as regular named arguments. |
called for side-effect
Garrett See
instrument_attr
## Not run:
stock("XXX", currency("USD"))
add.identifier("XXX", yahoo="^XXX")
getInstrument("^XXX")
add.identifier("^XXX", "x3")
all.equal(getInstrument("x3"), getInstrument("XXX")) #TRUE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.