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.
我有一个本地保存的 R 程序 layout.R ,它位于我当前的目录中(我正在初始化 Julia)。我想知道是否可以使用 Julia 的 'rimport' 包装器将其作为库加载?
我知道对于 Python,我必须运行:
unshift!(PyVector(pyimport("sys")["path"]), "")
执行类似的动作/操作。RCall 库是否有等价物?