File browser in R

后端 未结 3 1090
别那么骄傲
别那么骄傲 2020-12-14 09:09

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

3条回答
  •  北海茫月
    2020-12-14 09:27

    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.

提交回复
热议问题