Learn R Programming

COVID19 (version 2.0.3)

err_log: Error Log

Description

Error log of the covid19 output.

Usage

err_log(x)

Arguments

x

data.frame generated by the function covid19

Value

data.frame

Examples

Run this code
# NOT RUN {
x <- covid19(level = 2)
e <- err_log(x)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab