ds_check_format: Check Data Source Format

View source: R/covid19.R

ds_check_formatR Documentation

Check Data Source Format

Description

Checks if the output of a data source function is correctly formatted. The function checks the FORMAT, NOT the DATA. Before submission, the data should be double checked by comparing with external data sources (e.g. Google search).

Usage

ds_check_format(x, level, ci = 0.8)

Arguments

x

output of a data source function.

level

integer. Granularity level. 1: country-level data. 2: state-level data. 3: city-level data.

Value

logical.


covid19datahub/COVID19dev documentation built on March 16, 2023, 3:22 a.m.