R/data5.R

#' Australia coronavirus cumulative case statistics
#'
#' A dataset displaying the changes in cumulative cases in all Australian states over a time period of February 2020 to October 2020.
#'
#' @format A data frame that consists of 2080 observations and 5 variables.
#' - **State**: name of the Australian state
#' - **Lat**: the latitude coordinate for the Australian state
#' - **Long**: the longitude coordinate for the Australian state
#' - **Date**: date on which cases were reported
#' - **Cumulative Cases**: the total number of cases reported
#' 
#' @source [HDX](https://data.humdata.org/dataset/novel-coronavirus-2019-ncov-cases#)
"data5"
etc5523-2020/r-package-assessment-jthoma48 documentation built on Jan. 1, 2021, 1:12 a.m.