GetChain_R: GetChain_R

Description Usage Arguments Details Value See Also Examples

View source: R/GetChain_R.R

Description

sources GetDasChain.py to globalenv, then runs the given stock symbol and option type

Usage

1
GetChain_R(symbol, option_type)

Arguments

symbol

The stock assets market symbol, ex: "AAPL"

option_type

The option type, ("call" or "put")

Details

DETAILS

Value

Options Chain for given input

See Also

source_python

Examples

1
2
3
4
5
6
7
GetChain_R("AAPL","call")
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

dennist2/QuantResearch documentation built on June 3, 2020, 12:37 a.m.