Reading an ASC file into R

前端 未结 4 736
后悔当初
后悔当初 2021-02-18 19:11

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

4条回答
  •  情深已故
    2021-02-18 19:30

    I used the command x =read.csv("C:\...\Dropbox/MVZ//aet2009sep.asc", sep=";")

    I found this after using the importing manually with the import button in the Environment window.

提交回复
热议问题