I am mystified as to why you think you can source a snippet of one interpreted
language into a different compiled language.
Fortunately this is not the correct forum for your question, so I can punt.
Google suggests that you look at rdotnet.codeplex.com, and perhaps read their
documentation, an
Hello
I would like to source an R script from within a C# .Net application equivalent
to:
source("my_r_code.r")
I can get this to run but am not sure how to retrieve R objects defined with
script my_r_code.r at runtime.
For example, if "my_r_code.r" contains
#-- contents of my_r_code.r---
2 matches
Mail list logo