参考 https://speakerdeck.com/yamano357/tokyor51-lt
フック
library(PythonInR)
##
## Initialize Python Version 2.7.10 (default, Jul 14 2015, 19:46:27)
## [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)]
パイソンチャンク
使ってみる
pyExec(py1)
pyGet("a")
## [1] 0 1 2
pyGet("b")
## [1] 0 1 2 3 4