1

I have a locally saved R program, layout.R , which is in my current directory (where I am initialising Julia). I was wondering if it possible to load this as a library using Julia's 'rimport' wrapper?

I know that for Python I have to run:

 unshift!(PyVector(pyimport("sys")["path"]), "")

to perform a similar action/operation. Is there an equivalent for the RCall library?

twernt
  • 20,271
  • 5
  • 32
  • 41
user2589273
  • 2,379
  • 20
  • 29

0 Answers0