gentempfilenm: 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")
Value
a character string containing the randomly generated name of the
tempfile.
Arguments
- prfx
prefix for the file name, e.g. "temp"
- sfx
suffix (file extension) for the file name, e.g. ".txt"
Author
Grant Izmirlian izmirlig at mail dot nih dot gov