DatastreamDSWS2R
DatastreamDSWS2R copied to clipboard
Functions and a R5 class that allows data to be downloaded and uploaded to the Refinitiv Datastream database via the DSWS server
Would it be possible to add an optional parameter to return data (e.g. via a timeSeriesRequest) as a data frame, rather than an xts object? I find that I almost...
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_DatastreamDSWS2R.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual = TRUE)` *...
Is it possible to obtain metadata like Currency using `mydsws$snapshotRequest`? In python I can do this: ```py import lseg.data as ld from lseg.data.content import search ld.open_session( config_name="lseg-data.config.json", ) response =...