You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the example code verbatim from the bdh {Rblpapi} documentation
opt <- c("periodicitySelection"="MONTHLY")
Rblpapi::bdh("SPY US Equity", c("PX_LAST", "VOLUME"), start.date=Sys.Date()-31*6, options=opt)
I get the following error
Error: Attempt to access value of element 'VOLUME'(type: 'Float64') as 'Int32' type.
The text was updated successfully, but these errors were encountered:
Running the example code verbatim from the bdh {Rblpapi} documentation
opt <- c("periodicitySelection"="MONTHLY")
Rblpapi::bdh("SPY US Equity", c("PX_LAST", "VOLUME"), start.date=Sys.Date()-31*6, options=opt)
I get the following error
Error: Attempt to access value of element 'VOLUME'(type: 'Float64') as 'Int32' type.
The text was updated successfully, but these errors were encountered: