At the R command prompt, type
> options(prompt = "R> ", continue = " ")
This does 2 things, changes the prompt to R>. 2nd and subsequent lines of a multi-line command is not greeted with a beginning + symbol.
> options(prompt = "R> ", continue = " ")
This does 2 things, changes the prompt to R>. 2nd and subsequent lines of a multi-line command is not greeted with a beginning + symbol.
No comments:
Post a Comment