Learn R Programming

aidar (version 1.0.5)

getFileInfo: 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

Run this code
# NOT RUN {
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
info = getFileInfo(histoFile)
# }

Run the code above in your browser using DataLab