Show the attributes of the Python Eikon
EikonShowAttributes.RdFunction that the returns the names of the python Eikon api attributes that can be used as commands in R.
Examples
if (FALSE) { # \dontrun{
Eikon <- EikonConnect(Eikonapplication_id = "your key", Eikonapplication_port = 9000L)
EikonShowAttributes(EikonObject = Eikon)
EikonShowAttributes(EikonObject = RefinitivJsonConnect())
} # }