bill_stage_types.RdReturns a tibble with all possible bill stage types.
bill_stage_types(tidy = TRUE, tidy_style = "snake", verbose = TRUE) hansard_bill_stage_types(tidy = TRUE, tidy_style = "snake", verbose = TRUE)
| tidy | Logical parameter. If |
|---|---|
| tidy_style | The style to convert variable names to, if
|
| verbose | If |
A tibble of bill stage types.
# NOT RUN { x <- bill_stage_types() # }