How do I correctly use tryCatch() and ignore 404 errors in this rvest function?

后端 未结 0 814
别跟我提以往
别跟我提以往 2020-12-14 09:14

I\'ve written this function for scraping lyrics:

songscrape <- function(x) {
  url <- paste0("https://www.azlyrics.com/", substring(x, 1, 1),&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题