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.
是否可以使用stitch()knitr 缝合 Python 脚本?
stitch()
我想通过键入以下内容生成一个简单的文档:
stitch('someScript.py')
类似于:
stitch('someScript.R')
我可能已经在 Twitter 上回答了你,你可以试试
library(knitr) opts_chunk$set(engine = 'python') stitch('script.py')
但请注意,目前knitr中的 Python 支持非常有限。您可能对此感到满意,也可能不满意。
标签但将内容保留在标签内?