getStatusChanges: Track historical progess on a bill

Description Usage Arguments Value Examples

View source: R/getStatusChanges.R

Description

Get a complete history of all status changes that occurred on a particular bill

Usage

1
2
3
4
5
6
getStatusChanges(
  biennium,
  billNumber,
  paired = TRUE,
  type = c("df", "list", "xml")
)

Arguments

biennium

Character vector representing the biennium(s) to be searched. Each argument should take the form "XXXX-YY"

billNumber

Character or numeric vector containing the bill number(s) to be retrieved.

paired

If TRUE, will assume that equal length vectors represent paired data. Set to FALSE to generate an NxN grid of input arguments. Applies to equal length vector inputs only.

type

One of "df", "list", or "xml". Specifies the format for the output.

Value

getStatusChanges returns an object of type equal to the type argument (defaults to dataframe)

Examples

1
getStatusChanges("2007-08", "1001", type = "list")

washex documentation built on Nov. 17, 2021, 5:18 p.m.