Skip to content
Prev 324645 / 398503 Next

Why do tabs disappear when pasted into the R console?

On 03/06/2013 14:48, peter dalgaard wrote:
There are lots of consoles and completion mechanisms.  But on RGui (at 
least this seems to be Windows), this is controlled by the environment 
variable R_COMPLETION and that can be set during a session.  Its help says

      ?R_COMPLETION?: Optional.  If set to ?FALSE?, command-line
           completion is not used.  (Not used by Mac OS GUI.)

and ??completion gets you there.