Description Usage Arguments Value Note Author(s) See Also Examples
Test if a ROOT file does already exist.
1 | existsROOTFile(filename, tmp.rm = TRUE)
|
filename |
name of ROOT file, including full path. |
tmp.rm |
logical, if |
Return TRUE
if file filename
is an already existing ROOT
file.
It is possible to create temporary ROOT
files called “tmp” or with
filename
starting with “tmp\_” which can be overwritten. Thus by default
temporary files will not be recognized by existsROOTFile
. If you want to recognize
temporary files, set tmp.rm = TRUE
.
Christian Stratowa
1 | existsROOTFile(paste(path.package("xps"),"schemes/SchemeTest3.root",sep="/"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.