How do I exit a function that is waiting for more input?
问题 I screwed up a ggplot function and ran this wonky line all by itself: label = as.character(share)+'%"), -- and then I didn't realize the cursor was showing a + instead of > so I ran the whole ggplot function again and only then noticed that the console was looking for more input. I did figure out what was wrong (I needed to close the ' and " I had opened) but I couldn't figure out how to just exit the function entirely. I tried ctrl c and every "exit" command I could think of: + break + } + }