How to open mht file via R?

300 Views Asked by At

I met a problem to open mht files in R. There is an approach in which first I need to open it in Excel then save as .xlsx and after that read it in R.

But this way doesn't correspond to my requirements as soon as I need the program which must work automatically (no manual work needed). But unfortunately I didn't found in the Internet how to do this.

Can someone advise me the way in which I can open file with mht format with some data in R?

0

There are 0 best solutions below