Skip to contents

Show all available custom instruments that have been created

Usage

rd_SearchCustomInstruments(RDObject = RefinitivJsonConnect(), debug = TRUE)

Arguments

RDObject

Refinitiv Data connection object, defaults to RefinitivJsonConnect()

debug

show api calls defaults to false

Value

a list of custom Instruments created with all parameters

Examples

if (FALSE) { # \dontrun{
test <- rd_SearchCustomInstruments()
} # }