|
|
|
|
|
by vhhn
437 days ago
|
|
There are so many options to emded R in any kind of system. Thanks to the C API, there are connectors for any if the traditional language. There is also RServe and plumber for inter-process interaction. Managing dependencies is also super easy. My employer is using R to crunch numbers enbeded in a large system based on microservices. The only thing to keep in mind is that most people writing R are not programmers by trade so it is good to have one person on the project who can refactor their code from time to time. |
|