I am running an R script daily that I would like to prompt me to enter data when selecting all the whole script.
I have already tried readline(prompt = )
, which prompts in the rstudio console, but it does not prompt me if I select all code to run. I also did not like the prompt being in the console because it was easy to overlook.
I have also looked into library(tcltk)
, in hopes that a message box could help, but nothing I tried seemed to work.