Skip to contents

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

if (FALSE) { # \dontrun{
# Get details for a specific feed
feed_details <- mobdb_get_feed("mdb-53")
} # }