R Studio Error message

Please note that I am just starting to learn the R coding language and have zero prior coding knowledge. Please be kind to me! :slight_smile:

I am taking an online class.
In the class, we were told that we can access help files through the following input on the console

help("log")
or for instance
help("+")
However, every time I try, I get the following message:
Internal Server Error

I even tried the following:

?log
but I got the following error message:
Error in file(out, "wt") : cannot open the connection

Can you please enlighten me on how to access these?

The error message indicates an error in configuration. While troubleshooting this, you can open a free account on RStudio Cloud to keep up with lessons.

Can you cut and paste the output of

sessionInfo()

to get started on troubleshooting?

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.