Skip to contents

Get INSEE SDMX structure get_serie_structure This function retrieves the series structure from the INSEE SDMX web service for a given dataflow ID.

Usage

get_serie_structure(dataflow_id)

Arguments

dataflow_id

A character string representing the ID of the dataflow for which to retrieve the series structure.

Value

An sdmx object (from the rsdmx package) containing the series structure for the specified dataflow.

Details

The function constructs a URL to the INSEE SDMX web service, incorporating the provided dataflow_id. It reads the SDMX structure from the URL and returns an sdmx object.