I am trying to read a local htm file and used below code
rawHTML <- paste(readLines("HARVANSH CHAWLA.htm"),collapse = "\n")
but its showing below warning messages
Warning messages:
1: In readLines("HARVANSH CHAWLA.htm") :
line 670 appears to contain an embedded nul
2: In readLines("HARVANSH CHAWLA.htm") :
incomplete final line found on 'HARVANSH CHAWLA.htm'
I have attach the file for reference also.
https://1drv.ms/f/s!AgSrwi8NCr0BgxjmFpQ0vOdF6Wpg
Many thanks