Launch interactive R, get help, and quit



$ R
> help()
> help(class)
...
> q()