staticRequest | R Documentation |
makes a static (or snapshot request) from the Datastream DSWS server
staticRequest(
dwei = getDataStream(),
DSCode,
Expression = "",
endDate = Sys.Date(),
frequency = "D",
verbose = FALSE,
noCache = FALSE
)
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 |
staticRequest
Function that returns a the value of
Expression for the array of instruments in DSCode from Datastream
parameters are
returns an array of the requested information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.