Quantcast
Channel: R.NET
Viewing all articles
Browse latest Browse all 1634

New Post: Properly Closing and Unloading the RDotNet Engine.

$
0
0
Just make sure to not call Initialize() more than once:
engine_ = REngine.GetInstanceFromID("RDotNet");

if (engine_ == null)
{
    engine_ = REngine.CreateInstance("RDotNet");
    engine_.Initialize();
}

Viewing all articles
Browse latest Browse all 1634

Trending Articles