EikonShowAttributes: Show the attributes of the Python Eikon

View source: R/refinitiv.r

EikonShowAttributesR Documentation

Show the attributes of the Python Eikon

Description

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

## Not run: 
Eikon <- EikonConnect(Eikonapplication_id = "your key", Eikonapplication_port = 9000L)
EikonShowAttributes(EikonObject = Eikon)

EikonShowAttributes(EikonObject = RefinitivJsonConnect())


## End(Not run)

GreenGrassBlueOcean/RefinitivR documentation built on Feb. 1, 2024, 1:37 a.m.