I wonder how to run the exe or py file.

I wonder if there is a library to execute the file.

These are very different things.
For .exe
in base R there is system2() function, however library(processx) may be useful.
for .py
there is library Reticulate, or compile your python code to .exe and see above.

Thank you for your answer. I got a big hint.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.