get_topics: Retrieve Topics from API

View source: R/api.R

get_topicsR Documentation

Retrieve Topics from API

Description

Retrieves a list of topics from the specified API endpoint 'https://gisco-services.ec.europa.eu/distribution/v2/'.

Usage

get_topics()

Details

This function sends a request to the given API endpoint and parses the response to extract topic information.

Value

A tibble the topics retrieved from the API.

Examples

# Retrieve topics from the default endpoint
topics <- get_topics()

eudata documentation built on Aug. 8, 2025, 7:22 p.m.