Learn R Programming

aidar (version 1.0.5)

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

Run this code
# NOT RUN {
tupleFile = system.file("extdata", "tuple.xml.gz", package="aidar")
t100 = getTuple(tupleFile, '100')
# }

Run the code above in your browser using DataLab