search for: viewfinanci

Displaying 2 results from an estimated 2 matches for "viewfinanci".

2011 Apr 13
1
Assign with Paste Problem
...g in working directory! > rm(list = ls()) > > ticker<-"F" > > require(quantmod) > > getFin(paste("NYSE:",ticker,sep="")) [1] "NYSE.F.f" > NYSE.F.f Financial Statement for NYSE:F Retrieved from google at 2011-04-12 20:03:20 Use "viewFinancials" or "viewFin" to view > > F.f<-NYSE.F.f > F.f Financial Statement for NYSE:F Retrieved from google at 2011-04-12 20:03:20 Use "viewFinancials" or "viewFin" to view > > rm(F.f) > > assign(paste(ticker,".f",sep=""),NYSE...
2012 May 18
1
Financial Statements Date Subsetting
Dear All, I'm new at R, but I really just need a couple of things. The first thing I need is to figure out how to get each individual financial statement (CF,BS,IS). I need each individual one because getting them all at once allows for formatting issues once it is a CSV. The date subsetting is what I need because I will be running a statistical model in excel. I know I could probably