EikonPostProcessor: A postprocessor to process Eikon (python) get_Data into r...

View source: R/eikonHelperfunctions.r

EikonPostProcessorR Documentation

A postprocessor to process Eikon (python) get_Data into r data.frames

Description

As the Python eikon get_data structure contains various list that are null these should be replaced with NA to prevent disasters when later handling the data.frame. For example when using the unlist function Null elements are removed from the lists causing shorter vectors than expected.

Usage

EikonPostProcessor(Eikon_get_dataOuput, SpaceConvertor = ".")

Arguments

Eikon_get_dataOuput

a single Eikon$get_data result or a list of Eikon$get_data results.

SpaceConvertor

converts spaces in variables name into one of the following characters ".", "," , "-", "_", default is "."

Value

a list of a data.frame with cleaned output and the resulting error data.frame

See Also

EikonNameCleaner

Examples

## Not run: "internal function no examples"

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