Learn R Programming

csp (version 0.1.0)

csp: Correlates of State Policy Dataset

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

csp

Arguments

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

Run this code
library(csp)
data(csp, package = "csp")
dim(csp)
names(csp)
csp[1:2, ]

Run the code above in your browser using DataLab