我正在使用 Rblpapi 的 bdh 公式下载 Bloomberg 时间序列数据,并尝试将日期变量与其余代码分开以获得灵活性。然而,我正在努力让这个工作。我的代码如下所示:
periods <- c("periodicitySelection"="MONTHLY") #set monthly periodicity
start <- c("start.date"=as.Date("1990-01-01")) #set start date
var1<-bdh("NAPMPMI Index","PX_LAST",start.date=start,options=periods) #download data var1
我收到错误“bdh_Impl 中的错误(con,Securities,fields,start.date,end.date,options,:与 STRSXP 不兼容”
为了解决这个问题,我的代码应该是什么样子?
谢谢和亲切的问候