staticRequestSet | R Documentation |
This function creates a dataframe set of static requests for a set of stocks/indices
staticRequestSet(
mydsws = dsws$new(),
instrument,
expression = "",
endDate = Sys.Date(),
frequency = "D",
verbose = FALSE
)
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) or Dataitems |
endDate |
the date of the request |
frequency |
optional frequency defaults to "D" |
verbose |
whether to display messages as making the request |
return a dataframe of static data
a dataframe of the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.