【发布时间】:2011-09-13 20:53:34
【问题描述】:
我想将 R 脚本中的一行拆分为多行(因为它太长了)。我该怎么做?
具体来说,我有这样一行
setwd('~/a/very/long/path/here/that/goes/beyond/80/characters/and/then/some/more')
是否可以将长路径拆分为多行?我试过了
setwd('~/a/very/long/path/here/that/goes/beyond/80/characters/and/
then/some/more')
在第一行末尾带有return 键;但这不起作用。
谢谢。
【问题讨论】: