namer
namer copied to clipboard
Extend RStudio addin
So that it allows to select
-
[x] a file
-
[ ] a folder.
For inspiration about how to use a file explorer see https://github.com/ropenscilabs/blogyaml
Cf #14
There's actually a function called rstudioapi::selectDirectory(). But I'm not sure how one could select a file vs a folder from the same addin, maybe two addins would be best.