I\'m currently trying to extract information from various \"ASC\" files into R in order to perform analysis on the data.
The issue is that I am unsure of how exactly to
Package SDMTools has the function read.asc, which works under R 3.2.4. However, at least in my case, using read.table with all default values worked out of the box.
read.asc
read.table