Let's imagine that I have a file called gensys.R where a function gensys is defined, which I would like to use in the mathematica environment and work with it.
When using RLink, I've tried
REvaluate[
"source(" path\gensys.R ")"]
However, I receive an error message when I run the command, related to the double use of the " sign...
Any help would be appreciated.
REvaluate["source(\"path\\gensys.R\")"]. – Henrik Schumacher May 29 '18 at 11:05