getTuple {aidar} | R Documentation |
retrieves a given tuple by it's name from the given file and returns it as a data.frame
Description
retrieves a given tuple by it's name from the given file and returns it as a data.frame
Usage
getTuple(fileName, tupName)
Arguments
fileName |
name of the AIDA file |
tupName |
name of the AIDA tuple to be returned |
Examples
tupleFile = system.file("extdata", "tuple.xml.gz", package="aidar")
t100 = getTuple(tupleFile, '100')
[Package aidar version 1.0.5 Index]