Meaning of option "Enable diagnostics within R function calls"

Enable diagnosis in R function call makes me confused and I found its explanation in Code Diagnostics in the RStudio IDE – Posit Support. I check or uncheck this option when all other diagnostic options are checked, the diagnostic information of the example (dplyr::select(mtcars, mpg, cyl)) did not change. There is only a warning about undefined variables, but in fact this warning is provided by option " Warn if variable used has no definition in scope"
image

I wonder if anyone can provide relevant pictures or dynamic diagrams to illustrate the function of this option. Thanks in advance.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.