get_topics {eudata}R 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()

[Package eudata version 0.1.2 Index]