[R] how to stop interpretation in system()

Michael Peng michael.gang.peng at gmail.com
Thu Jul 21 22:00:22 CEST 2016


Hi,

I am trying to use system() to run some command in OS. such as

system("cmd 'a\tb')

however,  it alway runs
cmd 'a    b'
instead of
cmd 'a\tb'

How can I prevent system to interpret 'a\tb' to 'a    b'?


Thanks

	[[alternative HTML version deleted]]



More information about the R-help mailing list