-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
47 lines (33 loc) · 2.06 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
message = FALSE,
warning = FALSE,
error = FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# covidphinfodemic: Utilities to Search and Extract Metadata from Philippines-Focused Infographics and Dashboards <img src="man/figures/covidphinfodemic.png" width="200px" align="right" />
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
![R-CMD-check](https://github.com/como-ph/covidphinfodemic/workflows/R-CMD-check/badge.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/como-ph/covidphinfodemic/badge)](https://www.codefactor.io/repository/github/como-ph/covidphinfodemic)
<!-- badges: end -->
The COVID-19 pandemic can be characterised by the epidemiological phenomenon and transmission dynamics of this novel coronavirus causing not only significant global health consequences but also societal and economic impacts. However, a much less recognised yet equally significant phenomenon of COVID-19 infodemic characterised as the excessive amount of information about the pandemic, which makes the identification of a solution difficult and can spread misinformation, disinformation and rumours during the health emergency has been co-existing. The infodemic has hampered an effective public health response and hasa created confusion and distrust among people. We aim to document and analyse this phenomenon in the context of the Philippines.
## Installation
You can install the released version of covidphinfodemic from [CRAN](https://CRAN.R-project.org) with:
```{r, echo = TRUE, eval = FALSE}
install.packages("covidphinfodemic")
```
And the development version from [GitHub](https://github.com/) with:
```{r, echo = TRUE, eval = FALSE}
if(!require(remotes)) install.packages("remotes")
remotes::install_github("como-ph/covidphinfodemic")
```
## Usage