You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this issue the web scrapping here: table <- page %>% rvest::html_node("#__NEXT_DATA__") %>% rvest::html_text() %>% jsonlite::fromJSON()
Does not return any values in the ohlcvHistorial list: scraper <- table$props$initialState$cryptocurrency$ohlcvHistorical[[1]]$quotes$quote$USD %>% tibble::as_tibble() %>% dplyr::mutate(slug = coin_slug)
Detailed Description
Context
Possible Implementation
Your Environment
The text was updated successfully, but these errors were encountered: