mobdb_get_dataset: Get details for a specific dataset

View source: R/api-datasets.R

mobdb_get_datasetR Documentation

Get details for a specific dataset

Description

Retrieve detailed information about a single dataset by its ID.

Usage

mobdb_get_dataset(dataset_id)

Arguments

dataset_id

A string. The unique identifier for the dataset.

Value

A list containing detailed dataset information.

Examples


# Get details for a specific dataset
dataset_info <- mobdb_get_dataset("mdb-53-202510250025")


mobdb documentation built on Aug. 29, 2026, 1:07 a.m.