get_source_data_census: Retrieve A Selected Census Economic Indicator Series

View source: R/census_data.R

get_source_data_censusR Documentation

Retrieve A Selected Census Economic Indicator Series

Description

Retrieve A Selected Census Economic Indicator Series

Usage

get_source_data_census(
  series_id,
  dataset,
  data_type_code,
  category_code,
  seasonally_adj = "yes",
  from = NULL,
  to = NULL,
  label = NULL,
  config = NULL
)

Arguments

series_id

Stable local series identifier.

dataset

Economic Indicators dataset suffix, such as marts.

data_type_code

Census item type code.

category_code

Census industry/category code.

seasonally_adj

Seasonal adjustment value.

from, to

Optional time bounds.

label

Optional local label.

config

Optional Census configuration.

Value

A standardized long data.table.


investdatar documentation built on Aug. 21, 2026, 5:17 p.m.