Я пытался извлечь данные ковидов из Gtrends, но я получаю следующую ошибку: < /p>
Я использую пакет GrendsR в r. < /p>
# google search for covid (week started XX - SUN): https://trends.google.com/trends/explor ... HI&q=covid
search_covid %
pluck("interest_over_time") %>%
as_tibble() %>%
select(date, hits) %>%
rename(search_covid = hits) %>%
mutate(date = ymd(date) + days(1),
search_covid = as.numeric(search_covid %>% ifelse(. == '
Подробнее здесь: https://stackoverflow.com/questions/724 ... on-item-tz
Мобильная версия