Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no applicable method for 'filter' applied to an object of class "NULL" #3

Open
rgaiacs opened this issue Dec 13, 2024 · 1 comment
Open

Comments

@rgaiacs
Copy link
Contributor

rgaiacs commented Dec 13, 2024

From

google-trends/index.qmd

Lines 121 to 131 in f9c71cb

```{r}
#| label: plot_related_queries_covid
covid_tbl$related_queries |>
filter(related_queries == "top") |>
mutate(subject = as.numeric(subject)) |>
top_n(10,subject) |>
ggplot(aes(x = subject,y = reorder(value, subject))) +
geom_col()
```

Execution halted
Quitting from lines 122-131 [plot_related_queries_covid] (index.qmd)
 1. ggplot2::ggplot(...)
 5. dplyr::filter(covid_tbl$related_queries, related_queries == "top")
Backtrace:
! no applicable method for 'filter' applied to an object of class "NULL"
Error in `UseMethod()`:
20/23 [plot_related_queries_covid]   

@schochastics if you add index.md we can render and skip the error.

@schochastics
Copy link
Owner

getting 429 errors atm. Will try again beginning of next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants