How to remove all line breaks (enter symbols) from the string?
my_string <- "foo
bar
baz
quux"
I've tried gsub("
", "", my_string)
, but it doesn't work, because new line and line break aren't equal.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…