[ESS] completion in []

Andreas Leha andreas.leha at med.uni-goettingen.de
Wed Mar 14 10:21:37 CET 2012


Hi all,

I am seeing strange behaviour with completion inside [].

Suppose I have
ttt <- data.frame(aaa=1, bbb=1)
and I want to run
ttt$aaa[ttt$aaa == 1] <- 2

then completion at this point fails:
ttt$aaa[ttt$aa<TAB>

On the other hand, strangly enough, this works as expected:
ttt$aaa[ ttt$aa<TAB>

Regards,
Andreas



More information about the ESS-help mailing list