Robert
Robert

Reputation: 2231

What do the code completion icons mean in R Studio?

The code completion popup menu sometimes shows the same object name with different icons:

R Studio code completion menu

What do the different icons mean? I'm using R Studio version 0.99.473.

Upvotes: 1

Views: 261

Answers (1)

sconfluentus
sconfluentus

Reputation: 4993

The first one is a context variable, the second tells you it is a dataframe

You can go to this support page at RStudio and see all of the possible icons that might come up.

image of icons

Upvotes: 3

Related Questions