ourMELONS/man/uigetfile.Rd

21 lines
446 B
Text
Raw Normal View History

2020-05-20 10:27:37 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/uigetfile.R
\name{uigetfile}
\alias{uigetfile}
\title{Select a file for loading}
\usage{
2020-05-20 13:09:11 +02:00
uigetfile(filter = "", title = "")
2020-05-20 10:27:37 +02:00
}
\arguments{
2020-05-20 13:09:11 +02:00
\item{filter}{Filter listed files}
2020-05-20 10:27:37 +02:00
\item{title}{Pre-prompt message}
}
\description{
Loosely mimics the functionality of the `uigetfile` function on
Matlab.
}
\references{
https://se.mathworks.com/help/matlab/ref/uigetfile.html
}