EikonConnect | R Documentation |
Initialize Eikon Python api
EikonConnect(
Eikonapplication_id = NA,
Eikonapplication_port = 9000L,
UUID = NA,
PythonModule = "JSON",
TestConnection = FALSE
)
Eikonapplication_id |
Eikon api key |
Eikonapplication_port |
proxy port id |
UUID |
optional character parameter for custom instruments, not necessary for regular requests |
PythonModule |
character choose between Eikon (python),RD (python),JSON (direct JSON message without python) |
TestConnection |
Boolean, TRUE or FALSE test connection after initiating contact with Eikon terminal |
a Python module that is an EikonObject
## Not run:
Eikon <- EikonConnect(Eikonapplication_id = "your key", Eikonapplication_port = 9000L
, PythonModule = "Eikon")
Eikon <- EikonConnect(Eikonapplication_id = "your key", Eikonapplication_port = 9000L
, PythonModule = "RD")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.