Recommended practices with R.NET
Calling R scripts
To reuse whole scripts, the simplest method is to use the 'source' function in R. Better yet, consider creating R packages, but the comment is valid irrespective of R.NET.
engine.Evaluate("source('c:/src/path/to/myscript.r')");