get_series: Return a dataframe with the series for the id specified

Description Usage Arguments Value Examples

Description

Return a dataframe with the series for the id specified

Usage

1
2
3
4
get_series(
  id = NA,
  by = c("all", "series", "agencies", "industries", "jurisdictions", "topics")
)

Arguments

id

An integer, id for the by parameter

by

Value

dataframe

Examples

1
2
3
get_series(by='all')
get_series(id=38, by = 'jurisdictions')
get_series(id=91, by = 'series')

QuantGov/regcensus-api-client-R documentation built on Jan. 4, 2022, 12:02 a.m.