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?