Export screen in R

From Augix' Wiki

Jump to: navigation, search
a = matrix(1:24,4)
sink(file='./test.sink.txt')
a
summary(a)
sink()
Personal tools