getAnnotation {aidar} | R Documentation |
retrieves the annotation of a given AIDA object by it's name from the given file
Description
retrieves the annotation of a given AIDA object by it's name from the given file
Usage
getAnnotation(fileName, objectName)
Arguments
fileName |
name of the AIDA file |
objectName |
name of the AIDA object for which the annotation is to be found |
Examples
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
ann = getAnnotation(histoFile, '21')
[Package aidar version 1.0.5 Index]