1

I have a .dll file that contains a function written in C#. How can I extract it and use it using R?

2
  • 1
    Or this may be relevant too : stackoverflow.com/questions/12410528/calling-net-c-from-r -- new site is here : rclr.codeplex.com Commented Aug 24, 2017 at 16:50
  • I used the dyn.load( ) function, but the function of the .dll was not loaded. The .dll file was created in the simplest way, so there are no restrictions to access to the content. Commented Aug 24, 2017 at 18:28

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.