Skip to contents

Function that the returns the names of the python Eikon api attributes that can be used as commands in R.

Usage

EikonShowAttributes(EikonObject)

Arguments

EikonObject

Python Object generated by EikonConnect

Value

a list of attributes

Examples

if (FALSE) { # \dontrun{
Eikon <- EikonConnect(Eikonapplication_id = "your key", Eikonapplication_port = 9000L)
EikonShowAttributes(EikonObject = Eikon)

EikonShowAttributes(EikonObject = RefinitivJsonConnect())

} # }