Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rpy2Pythonのパッケージを使用してセルを取得しFlexTableてマージしたいのですが、コードは次のとおりです。
rpy2
FlexTable
r['spanFlexTable'](tab1,i=1,from=2,to=3)
しかしfrom、Pythonのキーワードです。誰かがこれを解決するのを手伝ってくれますか?
from
この投稿では、アンダースコア (from_) を後置するソリューションが機能する可能性があります: Python で予約語をエスケープすることは可能ですか?