Skip to content
Prev 70115 / 398503 Next

R annoyances

Ben Bolker wrote:

            
Probably because T is defined in Namespace base

  T <- 0
  getFromNamespace("T", "base") # [1] TRUE

Uwe