Skip to contents

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

if (FALSE) { # mobdb_can_run_examples()
# Get details for a specific dataset
dataset_info <- mobdb_get_dataset("mdb-53-202510250025")
}