Description Usage Arguments Examples
retrieves a given tuple by it's name from the given file and returns it as a data.frame
1 | getTuple(fileName, tupName)
|
fileName |
name of the AIDA file |
tupName |
name of the AIDA tuple to be returned |
1 2 | tupleFile = system.file("extdata", "tuple.xml.gz", package="aidar")
t100 = getTuple(tupleFile, '100')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.