Hi Team,
I’m new to developing UI and have started my journey with Streamlit. I wanted to know if can trigger/call/run an R script from my Streamlit UI code?
Objective:
I have two csv files loaded into two data frames from UI and I need to pass these two data frames to my R script saved on the working directory for processing. How can I achieve this, are there any resources to refer in the API reference documentation already?