On 02/27/2011 03:13 PM, Immanuel wrote:
Hello all,
I'm desperedly trying to getEndEq(account, CurrentDate) for
one symbol. I found that .getBySymbol() internal is used by
PortfReturns() but I only got:
.getBySymbol(Portfolio = Portfolio, Attribute = "Net.Trading.PL",Dates
= CurrentDate)
Error: could not find function ".getBySymbol"
which I don't understand since ?.getBySymol shows the R Help
can anyone help me out?
thanks& regards,
Immanuel
the .functions are not exported, so you need to call it explicitly
blotter:::.getBySymbol
_______________________________________________
R-SIG-Finance@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should
go.