How do I allow user to run a R script without making a website or web application?

I have data a R script that creates a report from the data. I can't expose the data to internet. Also, I cant expose my script to internet / user. But I would like to eliminate myself from the work, and allow couple of users (yeah, only three users that use this script to generate reports, but they do it weekly) to run the script and generate report for them. I would like the community to suggest me how I can achieve this. Any information helps.

Topic data-product r

Category Data Science


If you work on Linux, you may create a script that loads data and runs R inside and give the users the access to execute the main script. I do not know the details but this may be a possible solution.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.