web scraping data table with r rvest
问题 I'm trying to scrape a table from the following website: http://www.basketball-reference.com/leagues/NBA_2016.html?lid=header_seasons#all_misc_stats The table is entitled "Miscellaneous Stats" and the problem is there are multiple tables on this webpage and I don't know if I'm identifying the correct one. I have attempted the following code but all it creates is a blank data frame: library(rvest) adv <- "http://www.basketball-reference.com/leagues/NBA_2016.html?lid=header_seasons#all_misc