R read lists from file

Wed 06 August 2014

[caption id="" align="alignright" width="350"]ภาพการทำงานของ Doubly-linked list Doubly-linked list (Photo credit: Wikipedia)[/caption]

This a retranscription of a post on stackoverflow.

The solution I keep is using the following command
a <- strsplit(scan("data.txt", what="", sep="n"), "t")

Related articles (or not):

Category: programming Tagged: R Stack Overflow programming