{"id":19702280,"url":"https://github.com/m-dadej/wc19sd","last_synced_at":"2025-09-03T13:12:10.930Z","repository":{"id":115523032,"uuid":"303759642","full_name":"m-dadej/WC19SD","owner":"m-dadej","description":"wrapper functions to extract data from World COVID19 survey data API","archived":false,"fork":false,"pushed_at":"2020-11-05T14:01:51.000Z","size":148,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T16:21:16.565Z","etag":null,"topics":["coronavirus","covid-19","data-mining","data-science","data-visualization"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-dadej.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-13T16:12:51.000Z","updated_at":"2023-10-29T20:06:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bd42f40-63cd-4b85-ac4c-f4c2853c4524","html_url":"https://github.com/m-dadej/WC19SD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-dadej/WC19SD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-dadej%2FWC19SD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-dadej%2FWC19SD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-dadej%2FWC19SD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-dadej%2FWC19SD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-dadej","download_url":"https://codeload.github.com/m-dadej/WC19SD/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-dadej%2FWC19SD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273447889,"owners_count":25107457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coronavirus","covid-19","data-mining","data-science","data-visualization"],"created_at":"2024-11-11T21:14:30.610Z","updated_at":"2025-09-03T13:12:10.918Z","avatar_url":"https://github.com/m-dadej.png","language":"R","readme":"---\noutput: github_document\n---\n\n### Wrapper functions for extracting World COVID-19 World Survey Data gathered by University of Maryland and Facebook\n\nClone it or use `source(\"https://raw.githubusercontent.com/SquintRook/WC19SD/master/api_functions.R\")`\nto import functions to get data.\n\nDocumentation of the API along with description of variables is [here](https://covidmap.umd.edu/api.html)\n\nMain function to get survey data:\n```R\ncovid_survey(indicator = \"mask\",      # one of \"covid\" , \"flu\" , \"mask\" ,\"contact\", \"finance\" or \"all\"\n             type = \"daily\",          # or \"smoothed\"\n             country = \"Poland\",      # \"United%\" For countries with united in title\n             region = \"all\",          # or c() in order to get total for a country\n             date_range = \"all\")      # YYYY-MM-DD\n```\n\nFunction to lookup available dates or countries/regions\n\n```R\nlookup_dates(country = c(\"Poland\", \"Pomorskie\")) # to get available dates for Pomorskie region of Poland. Format c(\"country\", \"region\")\n\nlookup_country(region = TRUE) # to get list of available countries and regions if region = TRUE\n\n```\n\nHere are some visualizations of the data (in polish tho):\n\n\u003cimg src=\"Rplot.svg\" width=\"100%\" /\u003e\n\n\u003cimg src=\"cli_plot.svg\" width=\"100%\" /\u003e\n\n### Authors of the API itself:\n\nJunchuan Fan, Yao Li, Kathleen Stewart, Anil R. Kommareddy, Adrianne\nBradford, Samantha Chiu, Frauke Kreuter, Neta Barkay, Alyssa Bilinski,\nBrian Kim, Roee Eliat, Tal Galili, Daniel Haimovich, Sarah LaRocca,\nStanley Presser, Katherine Morris, Joshua A Salomon, Elizabeth A.\nStuart, Ryan Tibshirani, Tali Alterman Barash, Curtiss Cobb, Andres\nGarcia, Andi Gros, Ahmed Isa, Alex Kaess, Faisal Karim, Ofir Eretz\nKedosha, Shelly Matskel, Roee Melamed, Amey Patankar, Irit Rutenberg,\nTal Salmona, David Vannette (2020). COVID-19 World Symptom Survey Data\nAPI","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-dadej%2Fwc19sd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-dadej%2Fwc19sd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-dadej%2Fwc19sd/lists"}