R/getFileName.R

Defines functions getFileName

Documented in getFileName

getFileName <-
function(){
#' @export
FileNameWindow<-ginput("Enter File Name",icon='question', handler = function(h,.){
FileName<-h$input
FileName<-cleanString(FileName)
return(FileName)
})
}

Try the StatCharrms package in your browser

Any scripts or data that you put into this service are public.

StatCharrms documentation built on Nov. 14, 2020, 5:09 p.m.