Retrieve detailed information about a single feed by its ID.
Arguments
- feed_id
A string. The unique identifier for the feed.
Value
A list containing detailed feed information.
Examples
if (FALSE) { # mobdb_can_run_examples()
# Get details for a specific feed
feed_details <- mobdb_get_feed("mdb-53")
}