Hi Ahmadou,
I'm currently trying to access Facebook's mobility data but am having trouble.
dat <- search_datasets("movement-range-maps", rows = 1) %>%
pluck(1) %>% # select first result from search
get_resource(1) %>%
???
It seems like their data is currently zipped. Is there a way to access the file? Once I have it, I know how to unzip in R and get the data (which is .txt formatted) but I'm not sure how to get the .zip file itself. Thanks!
Hi Ahmadou,
I'm currently trying to access Facebook's mobility data but am having trouble.
It seems like their data is currently zipped. Is there a way to access the file? Once I have it, I know how to unzip in R and get the data (which is .txt formatted) but I'm not sure how to get the .zip file itself. Thanks!