Paul Hiemstra wrote:
Remko Duursma wrote:
Hi all,
I am having some problems calling a python script from R that resides
in a folder that is in the path (WindowsXP):
Hi Remko,
Some suggestions:
1. Try to see if the path that R has from a call to system is correct
(i.e. the same as
Remko Duursma wrote:
Hi all,
I am having some problems calling a python script from R that resides
in a folder that is in the path (WindowsXP):
Hi Remko,
Some suggestions:
1. Try to see if the path that R has from a call to system is correct
(i.e. the same as from cmd):
system("path")
Hi all,
I am having some problems calling a python script from R that resides
in a folder that is in the path (WindowsXP):
> system("quickPadTool.py")
Warning message:
In system("quickPadTool.py") : quickPadTool.py not found
# I also tried 'shell' (and shell.exec as well).
> shell("quickPadTool.
3 matches
Mail list logo