what command will you enter in the r console to get help on how to quit r
Answers
Answered by
8
To get help on how to use any R related function, type help(“function_name”) at the R prompt. Therefore, to know how to quit R, we should type help(“quit”) at the command prompt.
Similar questions