powered by
A data set containing COVID-19 daily cases for Kenya for a period of 56 days from 28 March 2020 to 24 May 2020
data("kenyadata")
A data frame with 58 observations on the following 2 variables.
date
a character vector
cases
a numeric vector
# NOT RUN { data(kenyadata) ## maybe str(kenyadata) ; plot(kenyadata) ... # }
Run the code above in your browser using DataLab