How to read .DAT file in R

Does anyone know how to read .DAT file in R? I have a .DAT file and I need to read it.

The .DAT extension is pretty generic. What program created the file?

Have you tried this --- read.delim("filename.dat", sep=" ")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.