R read lists from file
Wed 06 August 2014
[caption id="" align="alignright" width="350"] 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):
- evaluation of exploration values
- R mclapply cores option
- SQL like aggregation in R
- unfactor R factor
- R convert IPv4 adresses to binary
Category: programming Tagged: R Stack Overflow programming