I want to scrape data from the table on this page
But both GET
from httr
or read_html
from rvest
cannot read the table. I've check the structure of this webpage and cannot find any POST or GET request about fetching data when loading the webpage.