local.file {RPMG} | R Documentation |
Get name for a Local file
Description
Get a name for a local file for writing ascii files or postscript output. This code checks to see if file exists and if so it increments a counter int he name.
Usage
local.file(pref, suf)
Arguments
pref |
prefix for file name |
suf |
suffix for file name |
Details
File name is located in the current directory.
Value
character string for new file name
Author(s)
Jonathan M. Lees<jonathan.lees.edu>
Examples
psfile = local.file("JML", "eps")
[Package RPMG version 2.2-7 Index]