staticListRequestSet: staticListRequestSet

Description Usage Arguments Details Value

View source: R/wrapper.R

Description

This function creates a dataframe set of static list requests for a constituent list

Usage

1
2
3
4
5
6
7
staticListRequestSet(
  mydsws = dsws$new(),
  instrument,
  expression = "",
  endDate = Sys.Date(),
  frequency = "D"
)

Arguments

mydsws

a dsws object, if not provided a new one will be created

instrument

array of instruments

expression

an array of expressions such as PCH#(XXXX,1M)

endDate

the date of the request

frequency

optional frequency defaults to "D"

Details

This function creates a dataframe set of static list requests for a constituent list

Value

a dataframe of the data


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