View source: R/validate_cycle.R
validate_cycle | R Documentation |
Validate that year cycle is correct
validate_cycle(cycle)
cycle |
An election cycle (e.g. 2018) |
TRUE if correct FALSE otherwise
validate_cycle(1996)#TRUE
validate_cycle(1979)#FALSE
validate_cycle(16) #FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.