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
I used the command x =read.csv("C:\...\Dropbox/MVZ//aet2009sep.asc", sep=";")
read.csv
I found this after using the importing manually with the import button in the Environment window.