data(Example.untransformed)
Example <- Example.untransformed
inputformat("Example",object=TRUE)
# note that the transformed data table is saved under the filename
# Output-Inputformat.txt. If you don't know where it has been saved,
# type 'getwd()'.
transformed.table <- read.table("Output-Inputformat.txt",header=TRUE)
transformed.table
Run the code above in your browser using DataLab