Computer Science, asked by aftababkhan5312, 1 year ago

what command will you enter in the r console to get help on how to quit r

Answers

Answered by writersparadise
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.


The command to be typed at the R prompt to exit the session is quit().
Similar questions