I need to write a small R script for people who never used R before that imports a file and does some things with it. I would like to minimize user input as much as possible
The tcltk package gives you tk_choose.files.
If you want to go beyond file choosers then you can use the package to build user interfaces.