Learn R Programming

matlab2r (version 1.5.0)

uigetfile: Select a file for loading

Description

Loosely mimics the functionality of the uigetfile function on Matlab.

Usage

uigetfile(filter = "", title = "")

Value

A list containing the name of the file selected and its path

Arguments

filter

Filter listed files

title

Pre-prompt message

References

https://se.mathworks.com/help/matlab/ref/uigetfile.html

Examples

Run this code
if (FALSE) {
  uigetfile()
}

Run the code above in your browser using DataLab