mobdb_get_feed: Get details for a specific feed

View source: R/api-feeds.R

mobdb_get_feedR Documentation

Get details for a specific feed

Description

Retrieve detailed information about a single feed by its ID.

Usage

mobdb_get_feed(feed_id)

Arguments

feed_id

A string. The unique identifier for the feed.

Value

A list containing detailed feed information.

Examples


# Get details for a specific feed
feed_details <- mobdb_get_feed("mdb-53")


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