getFileInfo {aidar} | R Documentation |
This function lists the context of a given AIDA file. The AIDA file should have been written out in "uncompressed" format which subsequently can be gzip compressed.
getFileInfo(fileName)
fileName |
name of the AIDA file |
histoFile = system.file("extdata", "histos.xml.gz", package="aidar") info = getFileInfo(histoFile)