I\'m sorry to ask this question. I\'m very noob with R. I know there is a lot of threads which are related to the very same problem. I understood that we cannot export a tab
using sink function :
sink
sink("output.txt") print(mylist) sink()