How do I use the new line character in R?
myStringVariable <- "Very Nice ! I like";
myStringVariabel <- paste(myStringVariable, "
", sep="");
The above code DOESN'T work
P.S There's significant challenges when googling this kind of stuff since the query "R new line character" does seem to confuse google. I really wish R had a different name.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…