Importing Matrix Format (. Mtx) in R?
I Am a Transportation Planner and Work with Matrices a Lot. I Have Data in a Lot of Matrix File Formats (. Mtx). Can Anyone Please Tell Me How to Import This...
I am a transportation planner and work with matrices a lot. I have data in a lot of Matrix file formats (.mtx).
Can anyone please tell me how to import this data in R?
Your help is much appreciated. I have R: 3.6 version.
1 Answer
Use this :
Matrix::readMM('file_dir')