staticRequest: make a static request (Depreciated)

Description Usage Arguments Details Value

Description

makes a static (or snapshot request) from the Datastream DSWS server

Usage

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

Arguments

dwei

- A Datastream Client Interface object created with getDataStream

DSCode

- an array of instruments eg c("RIO","MKS")

Expression

- the data to return eg MNEM or NAME

endDate

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

frequency

- the frequency of the request

verbose

- whether to give messages during the request

noCache

- no longer used

Details

staticRequest Function that returns a the value of Expression for the array of instruments in DSCode from Datastream parameters are

Value

returns an array of the requested information


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