uiputfile {matlab2r} | R Documentation |
Save file
Description
This function intends to loosely mimic the behaviour of the homonymous Matlab function.
Usage
uiputfile(filter = ".rda", title = "Save file")
Arguments
filter |
accepted file extension |
title |
Title |
Value
A list containing the name and the path of the file to be saved
Examples
## Not run:
uigetfile()
## End(Not run)
[Package matlab2r version 1.5.0 Index]