Displaying 1 result from an estimated 1 matches for "rbloomerg".
Did you mean:
rbloomberg
2006 Dec 13
0
Problem in Converting Zoo Objects to Dataframes
Hi R experts,
The below is an RBloomerg command. The object "intra" here is a zoo
object. I need to convert this zoo object into a data frame, called bb.
"
library(zoo)
library(chron)
library(RDCOMClient)
library(RBloomberg)
conn<-blpConnect(show.days="trading",na.action="previous.days",per...