powered by
retrieves a given tuple by it's name from the given file and returns it as a data.frame
getTuple(fileName, tupName)
name of the AIDA file
name of the AIDA tuple to be returned
# NOT RUN { tupleFile = system.file("extdata", "tuple.xml.gz", package="aidar") t100 = getTuple(tupleFile, '100') # }
Run the code above in your browser using DataLab