how to connect to R shiny website using programming

We have a R shiny based website where we input some parameters and get some results. We can do it manually, but considering many actions are repeat, we want write some R code to automatically pull out the results. Look looks we cannot use some simple REST request, because the HTTP request used some information like "nonce" and "session". Also I am not familiar with the JavaScript. Could someone help me to understand how to do it?

get the code for your original shiny app.
simplify it down to not involve UI... i.e. implement it as a plumber app - An API Generator for R • plumber (rplumber.io)

Please link your crossposts.

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.