Re: [R] R and .asc file extension

2022-05-20 Thread Francois Morneau
Dear Thomas, If your .asc file is a raster (Esri ASCII raster format), you may consider the functions 'raster' in the raster package or 'read_starts' in the star package. Otherwise (or even)  'scan' or 'read.table' from base/utils may be your friends. Best, François Le 20/05/2022 à 15:27

Re: [R] R and .asc file extension

2022-05-20 Thread Ebert,Timothy Aaron
I can see exactly what the file contains. Tim -Original Message- From: R-help On Behalf Of Thomas Subia via R-help Sent: Friday, May 20, 2022 9:27 AM To: r-help@r-project.org Subject: [R] R and .asc file extension [External Email] Colleagues, I have data which has a .asc file

Re: [R] R and .asc file extension

2022-05-20 Thread Uwe Ligges
On 20.05.2022 15:27, Thomas Subia via R-help wrote: Colleagues, I have data which has a .asc file extension. asc likely means ASCII and can be any kind of text data, so wed need some contents to suggest a function. But any for text files should work. Best, Uwe Ligges Can R read that fil