sync_local_census_data: Synchronize One Census Series

View source: R/census_data.R

sync_local_census_dataR Documentation

Synchronize One Census Series

Description

Synchronize One Census Series

Usage

sync_local_census_data(
  series_id,
  dataset,
  data_type_code,
  category_code,
  seasonally_adj = "yes",
  from = NULL,
  to = NULL,
  label = NULL,
  config = NULL,
  local_path = NULL,
  overlap_months = 24L
)

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.

local_path

Optional Census storage directory.

overlap_months

Months re-fetched for revisions.

Value

A standard synchronization result.


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