-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels