RStudio - no character named "X" in scope

Why am I getting yellow triangular warnings in the LHS box in RStudio when using packages like dplyr? When I start using my current version of RStudio (1.0.136), there are no warnings. Then I start coding, something is wrong, and a whole bunch of yellow triangles appear. However, if I restart RStudio, I start from scratch.

no symbol named X in scope

Is there a way to suppress and / or prevent this?

+3


source to share


1 answer


These are code diagnostics to help you catch errors and fix them. You can turn them off if they are annoying and cumbersome.

Here is a link that discusses these IDE features and how to change them:



https://support.rstudio.com/hc/en-us/articles/205753617-Code-Diagnostics

Justin

+3


source







All Articles