findAnnotationData {aroma.core} | R Documentation |
Locates an annotation data file.
## Default S3 method: findAnnotationData(name, tags=NULL, set, pattern=NULL, private=FALSE, ..., firstOnly=TRUE, paths=NULL, verbose=FALSE)
name |
A character string. |
tags |
Optional character string. |
pattern |
A filename pattern to search for. |
private |
If FALSE , files and directories starting
with a periods are ignored. |
... |
Arguments passed to findFiles . |
firstOnly |
If TRUE , only the first matching pathname is returned. |
paths |
A character vector of paths to search.
If NULL , default paths are used. |
set |
A character string specifying what type of annotation
to search for. |
verbose |
A logical or Verbose . |
Returns NULL
, one or several matching pathnames.
Henrik Bengtsson (http://www.braju.com/R/)