uigetfile {matlab2r} | R Documentation |
Select a file for loading
Description
Loosely mimics the functionality of the uigetfile
function on
Matlab.
Usage
uigetfile(filter = "", title = "")
Arguments
filter |
Filter listed files |
title |
Pre-prompt message |
Value
A list containing the name of the file selected and its path
References
https://se.mathworks.com/help/matlab/ref/uigetfile.html
Examples
## Not run:
uigetfile()
## End(Not run)
[Package matlab2r version 1.5.0 Index]