Downloading Data after Filteration

hi @rara2, yes that should be possible. Do you get an error?

It would be great if you could post a reprex (short for minimal repr oducible ex ample).

Right now the best way to install reprex is:

# install.packages("devtools")
devtools::install_github("tidyverse/reprex")

If you've never heard of a reprex before, you might want to start by reading the tidyverse.org help page. The reprex dos and don'ts are also useful.

For pointers specific to the community site, check out the reprex FAQ, linked to below.

1 Like