how to get RStudio console features tab-code-completion and live help for function coding to work

i am completely new to R. i just installed the R and Rstudio. R version Download R-4.2.1 for Windows. I am following the INTRODUCTION TO R SEMINAR from UCLA website. I have so far installed these packages.....
install.packages("dplyr", dependencies=TRUE)
install.packages("ggplot2", dependencies=TRUE)
install.packages("rmarkdown", dependencies=TRUE)
install.packages("shiny", dependencies=TRUE)
From the guide, I am supposed to get console features tab-code-completion and live help for function but when I type there is no pop up. Can anyone help me on how to get this to work?

I am on Linux so I may not be of much help but try:
And see if
Global Options > Code > Completion

and see if
Allow automatic completions in console

and
Show help tooltip after function completions
are checked.

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.