R/IMPORTANT_DATES.r

#' Some important dates relating to the We the People application and API.
#' Source: http://en.wikipedia.org/wiki/We_the_People_(petitioning_system)
#' @export
IMPORTANT_DATES <- list(
  application_launch = as.POSIXct('2011-09-22'),
  threshold_raised_to_25k = as.POSIXct('2011-10-03'),
  threshold_raised_to_100k = as.POSIXct('2013-01-16')
)
yoni/r_we_the_people documentation built on May 4, 2019, 5:31 p.m.