It's been a while since I visited stackoverflow, I have a problem with parsing a html file. I am trying to parse the following link
edata <- read_html("https://mmiconnect.in/app/ep-2022/registration/show-catalogue")
But I am not able to parse the html file using html_nodes, I tried all possible class names, but for no result.