As an example of that, usually for me it happens when I type something similar to this:
new_function <- function(x){
x^2
Since closing } is missing, R will print + at the beginning of the line expecting me to close the expression. As @alistaire said, you can drop it with Ctrl + C or with Esc