Returns metadata on legislation by state.

get_meta()

get_meta_state(state)

Arguments

state

Two letter abbreviation of the state.

Functions

  • get_meta This function returns a list of all states with data available and basic metadata about their status.

  • get_meta_state This function returns detailed metadata for a particular state.

Examples

if (FALSE) {
(states <- get_meta())
get_meta_state("dc")  
}