getFileInfo: lists the content of a given AIDA file.

Description Usage Arguments Examples

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

1
getFileInfo(fileName)

Arguments

fileName

name of the AIDA file

Examples

1
2
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
info = getFileInfo(histoFile)

aidar documentation built on May 1, 2019, 9:22 p.m.

Related to getFileInfo in aidar...