Reading in a .exp text file and converting it to .csv

I am looking to find a way to read in a .exp text file, then convert it into a .csv file. I'm needing to pull data from this file for further work. The .exp is in a text file formate, the first ~16 lines can be bypassed, the rest of the lines would make a 20 (row) by 9 (col) array. Thank you in advance as I am new to R and coding.

Is there a .exp equivalent to read.csv?

Cheers,
TheGeoCoder

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.