I already have a simple defined function process in the R script. I want to design an R shiny app to enter the input keywords. After entering the searching keywords and R shiny will automatically jump to my function I wrote in the R script to get the output and reflect back on the R shiny page.
I am curious on how to connect the R shiny and R script. Also, how to put the input that I entered in R shiny automatic on the function I made.
I am the beginner of R and thanks for helping me.