https://drive.google.com/file/d/1d6LoHL9ysECMjOrhEtfo-uSl-m4DlnJD/view
The text file is in the link which needs to be converted into a table using R.
When I try doing it with read.text and read.table it gives me an error of: "Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :"
Also, not able to parse the text file so that I can debug the error.
Any help would be appericiated. Thank you