我正在尝试从以下网站获取MLB草案数据: https://www.baseballamerica.com/draft-history/mlb-draft-database/#/ 问题是我似乎找不到正确的类来输入rvest::html_nodes()来隔离表。使用Chrome的"Inspect“工具,我已经尝试了看似可以识别该表的每个类: library(tidyverse)
u
我可以在webbrowser中看到API调用的内容,但是通过jsonlite包:read_json获得了这个错误。Añso: Warning message: cannot open URL 'https://www.plazavea.com.pe/api': HTTP status was '206 Partial Content'library(rves