Skip to content
Prev 387025 / 398502 Next

Error when calling (R 4.0.x on Windows) from Python

On 27/01/2021 3:17 p.m., Duncan Murdoch wrote:
Oops, sent before finishing:

If R was handling the command via system() or system2(), it would handle 
redirection itself. If it was using the Windows-only shell(), it would 
call cmd.exe (by default) to handle redirection.  (This is a difference 
between R on Windows and R in Unix:  in Unix a shell is always used.)

Duncan Murdoch