getFileInfo {aidar} | R Documentation |
lists the content of a given AIDA file.
Description
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.
Usage
getFileInfo(fileName)
Arguments
fileName |
name of the AIDA file |
Examples
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
info = getFileInfo(histoFile)
[Package aidar version 1.0.5 Index]