get_topic {eudata} | R Documentation |
Retrieve Topic Information
Description
This function fetches the details of a specific topic based on the provided topic name.
Usage
get_topic(topic)
Arguments
topic |
A string representing the topic to retrieve. |
Value
A request object to the specific endpoint.
Examples
get_topic("Coastal lines")
get_topic("Postal")
[Package eudata version 0.1.2 Index]