How to convert a .map file into csv file in R

I have a data file that has a .map extension but I don't know how to use this file in R. And I want to convert it into CSV format. Does anyone have any solution for this problem? Thank you.

I think that file extension applies to many formats. Can you look at the file with a plain text editor? On Windows you could use NotePad. Posting a few lines of the content here would be very helpful. Put three back ticks before and after the pasted content, like this
```
Pasted content
```

1 Like

Thank you for your response, but just after posting here about the problem, I resolved it. I just copied and pasted all the data in an excel file and save it in CSV format and it worked perfectly.

3 posts were merged into an existing topic: How to remove some portion of all rows in a dataset

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.