R/data.R

#' Correlates of State Policy Dataset
#'
#' This package contains the Correlates of State Policy dataset, which includes
#' more than seven-hundred variables, with observations across the U.S. 50
#' states and time (1900 - 2016).
#'
#' For more information, go to the
#' \href{http://ippsr.msu.edu/public-policy/correlates-state-policy}{official website}.
#' @examples
#' library(csp)
#' data(csp, package = "csp")
#' dim(csp)
#' names(csp)
#' csp[1:2, ]
"csp"

Try the csp package in your browser

Any scripts or data that you put into this service are public.

csp documentation built on May 2, 2019, 4:57 a.m.