uigetfile: Select a file for loading

View source: R/uigetfile.R

uigetfileR 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)

matlab2r documentation built on Feb. 16, 2023, 10:39 p.m.

Related to uigetfile in matlab2r...