gentempfilenm {pwrFDR} | R Documentation |
Generate a tempfile name
Description
Generates a tempfile name with an optional user specified prefix and suffix Result is a character string
Usage
gentempfilenm(prfx = "temp", sfx = ".txt")
Arguments
prfx |
prefix for the file name, e.g. "temp" |
sfx |
suffix (file extension) for the file name, e.g. ".txt" |
Value
a character string containing the randomly generated name of the tempfile.
Author(s)
Grant Izmirlian izmirlig at mail dot nih dot gov
[Package pwrFDR version 2.8.9 Index]