csp: Correlates of State Policy Dataset

Description Usage Format Details Examples

Description

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).

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 4385745 rows and 13 columns.

Details

For more information, go to the official website.

Examples

1
2
3
4
5
library(csp)
data(csp, package = "csp")
dim(csp)
names(csp)
csp[1:2, ]

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