Please note that I am just starting to learn the R coding language and have zero prior coding knowledge. Please be kind to me!
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?