################################################################################
#
#' Utilities to Search and Extract Metadata from Philippines-Focused
#' Infographics and Dashboards
#'
#' 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
#'
#' @docType package
#' @name covidphinfodemic
#' @keywords internal
#' @importFrom magrittr %>%
#' @importFrom dplyr bind_rows
#' @importFrom gh gh gh_next
#' @importFrom rvest html_node html_attr html_text
#' @importFrom xml2 read_html
#' @importFrom withr with_envvar
#' @importFrom httr GET authenticate http_error
#' @importFrom stringr str_split
#'
#'
#'
#
################################################################################
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.