Je veux exécuter un programme Python dans R, donc Ça ressemble à ça.
> shell("type hello.py", intern=T) [1] "print(\"hello\")" > a <- system("python hello.py",intern=T) > a [1] "hello"
Recommended Posts