R/data_validation.R

#' Field schema in datapackage format
#' 
#' Defines a schema for column validity. The name of each list element is a
#' column that may occur in MEDSL precinct returns. Sub-elements describe
#' characteristics of these columns, including constraints imposed. 
#' 
#' @seealso `[validate]`
'fields'

#' Presidential vote totals in 2016, by state
#' 
#' A table of vote totals from [Dave Leip's US Election Atlas](https://uselectionatlas.org/RESULTS).
'state_totals'
MEDSL/medslcleaner documentation built on May 31, 2019, 7:39 a.m.