0

I have one R script that create a csv file and returned de filename string.

I need to execute that R script in Python and then use de returned string to upload that file. My R scripts is create_file.r and has 3 args date_from, date_to, client. How can I execute that script in python? And then how can I use the returned string var filename???

Thanks

2
  • 1
    Does this answer your question? Call and execute an r script from Python Commented Jan 10, 2022 at 11:42
  • I see that, but I don`t know how to get the execution result in that post Commented Jan 10, 2022 at 11:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.