Created uigetfile
This commit is contained in:
parent
0d1396b1e5
commit
49fa9324e5
3 changed files with 44 additions and 0 deletions
18
man/uigetfile.Rd
Normal file
18
man/uigetfile.Rd
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
% 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{
|
||||
uigetfile(title = "")
|
||||
}
|
||||
\arguments{
|
||||
\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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue