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