Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/define_options.R
create twsInstruments for options on a given underlying
1  | define_options(..., src = "IB")
 | 
src | 
 where to get option_series metadata; currently only “IB” and “yahoo” are implemented  | 
... | 
 arguments to pass to other methods  | 
define option_series instruments.
wrapper to call either define_options.IB or
define_options.yahoo
called for side-effect
Garrett See
define_options.IB, define_options.yahoo
option_series.yahoo, option, option_series, twsInstrument
1 2 3 4 5  | ## Not run: 
define_options("SPY",strike=125, src='IB')
define_options("SPY",src='yahoo')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.