Skip to contents

Return a dataframe for all session ids of specified state in legiscan's database

Usage

getSessions(state = NULL, legiKey = NULL)

Arguments

state

US State abbreviation

legiKey

32 character string provided by legiscan.com

Value

A dataframe of all state legislative session ids

Examples

if (FALSE) { # \dontrun{
getSessions(state = "MA")
} # }