as_tibble.ppbills_search: Convert json object to a dataframe

Description Usage Arguments

View source: R/tidy-bills.r

Description

Convert json object to a dataframe

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## S3 method for class 'ppbills_search'
as_tibble(x, ...)

## S3 method for class 'ppbills_recent'
as_tibble(x, ...)

## S3 method for class 'ppbills_search_subjects'
as_tibble(x, ...)

## S3 method for class 'ppbills_upcoming'
as_tibble(x, ...)

## S3 method for class 'ppbill'
as_tibble(x, ...)

## S3 method for class 'ppbill_amendments'
as_tibble(x, ...)

## S3 method for class 'ppbill_subjects'
as_tibble(x, ...)

## S3 method for class 'ppbill_related'
as_tibble(x, ...)

## S3 method for class 'ppbill_cosponsors'
as_tibble(x, ...)

Arguments

x

list object

...

other parameters passed to as_tibble:


zamorarr/ppcongress documentation built on Nov. 5, 2019, 1:23 p.m.