Re: [Rd] [ on call

2015-07-07 Thread Duncan Murdoch
On 07/07/2015 6:33 PM, Mick Jordan wrote: > I'm rather puzzled by this behavior: > > e > export("caption<-", "caption", "label", "label<-", "align<-", > "align", "digits<-", "digits", "display<-", "display", "xtable", > "print.xtable", "toLatex.xtable") > > e[[1L]] > e[[1L]] > export >

[Rd] [ on call

2015-07-07 Thread Mick Jordan
I'm rather puzzled by this behavior: e export("caption<-", "caption", "label", "label<-", "align<-", "align", "digits<-", "digits", "display<-", "display", "xtable", "print.xtable", "toLatex.xtable") > e[[1L]] e[[1L]] export > e[-1L] e[-1L] "caption<-"("caption", "label", "label<-", "alig