get_dataset_info: Get Dataset Information

View source: R/list_datasets.R

get_dataset_infoR Documentation

Get Dataset Information

Description

Returns detailed metadata for a single dataset, including available tables and source information.

Usage

get_dataset_info(name)

Arguments

name

Character. Dataset identifier (see list_datasets for options).

Value

A named list with the following elements:

metadata

Title, description, geography, frequency, and coverage.

categories

Available tables/subtables and their descriptions.

source_info

Source organization and URL.

technical_info

Cached file names and translation notes.

Examples

info <- get_dataset_info("abecip")
str(info)


realestatebr documentation built on June 5, 2026, 5:07 p.m.