R

Multiple-line path in R setwd()

It is not very common to have a long folder path in setwd() in R. However, when you do have a long working folder path and you would like to make several breaks while typing the path inside setwd(), it will be nice to have a simple way to do that. The problem is after a line break, R automatically inserts a new line sign and several space immediately before the next path character.