listRequest: Make a list request for static data (Depreciated)

Description Usage Arguments Details Value

Description

listRequest Function that returns a the value of Expression for the instrument list in DSCode from Datastream

Usage

1
2
3
4
5
6
7
8
9
listRequest(
  dwei = getDataStream(),
  DSCode,
  Expression = "",
  startDate = Sys.Date(),
  endDate = Sys.Date(),
  frequency = "D",
  verbose = FALSE
)

Arguments

dwei

- A Datastream Client Interface object created with getDataStream

DSCode

- the constituent list for the request eg LDJSTOXX

Expression

- the data to return eg MNEM or NAME. If NULL or "" then we will return the code that has been loaded into the User Created List.

startDate

- the date of the request, or the string "TODAY"

endDate

- Ignored

frequency

- the frequency of the request

verbose

- whether to give messages during the request

Details

Make a list request for static data

Value

returns an array of the requested information


DatastreamDSWS2R documentation built on Oct. 5, 2021, 5:08 p.m.