Dengue Data Hub
  • About
  • denguedatahub Installation
  • All Countries
  • Sri Lanka
  • USA
  • Singapore
  • China
  • Other Countries
  • Web Scraping Functions
  • Data Manipulation Functions
  • Interactive Data Explorer
  • Collaborate with us

Other Countries

Philippines

library(denguedatahub)
head(philippines_daily_data)
# A tibble: 6 × 5
  location affected_and_infected affected_and_killed date      region           
  <chr>    <chr>                 <chr>               <chr>     <chr>            
1 ALBAY    15                    0                   1/10/2016 REGION V-BICOL R…
2 ALBAY    13                    0                   1/17/2016 REGION V-BICOL R…
3 ALBAY    9                     0                   1/24/2016 REGION V-BICOL R…
4 ALBAY    14                    0                   1/31/2016 REGION V-BICOL R…
5 ALBAY    9                     0                   2/7/2016  REGION V-BICOL R…
6 ALBAY    17                    0                   2/14/2016 REGION V-BICOL R…

Taiwan

head(taiwan_dengue)
# A tibble: 6 × 3
   year indigenous.dengue imported.dengue
  <dbl>             <dbl>           <dbl>
1  1987               527               0
2  1988              4389               0
3  1989                16              19
4  1990                 0              10
5  1991               149              26
6  1992                 4              19

Korea

head(korea_dengue)
# A tibble: 6 × 7
  Country    Region `2011` `2012` `2013` `2014` `2015`
  <chr>      <chr>  <chr>  <chr>  <chr>  <chr>  <chr> 
1 Bangladesh Asia   8      2      4      NA     3     
2 Brunei     Asia   NA     NA     NA     1      NA    
3 Cambodia   Asia   16     21     11     10     7     
4 China      Asia   NA     1      NA     NA     1     
5 East Timor Asia   NA     NA     1      NA     NA    
6 Hong Kong  Asia   NA     NA     NA     1      NA