Skip to content
Prev 260809 / 398502 Next

escape characters in shell commands

On Tue, May 24, 2011 at 1:40 PM, James Rome <jamesrome at gmail.com> wrote:
Just a guess but note that Rtools has a find.exe so if you have Rtools
on your path before C:\Windows\System32 then the above won't work. You
can check it via:

shell("where find.exe")

If that is the problem then workarounds include using the full path to
find, using wc (which is included in Rtools) or doing it entirely in
R.