Skip to content
Prev 273675 / 398506 Next

Weird behaviour of tab characters in a string in R (vs Python)

Things like hard-tabs are usually going to vary by text-editor / GUI.
Python is pretty peculiar in its use of tabs, so I wouldn't expect R
to replicate. My Matlab license is buggy right now, but I think you'd
see similar behavior there, while interactive Ruby gives an
autocomplete. I think that hits the big interactive languages that I
use. I guess my point is I think Python is the odd man out as a result
of its special tab/indentation structure, though I'd welcome
correction/elaboration because its not something I've looked at
before.

Are the tabs important? Perhaps we can help with a work around

Michael
On Wed, Oct 5, 2011 at 5:47 AM, Johnny Paulo <johnny.jp.22 at gmail.com> wrote: