Learn R Programming

eudata (version 0.1.3)

get_topics: 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()

Arguments

Value

A tibble the topics retrieved from the API.

Details

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

Examples

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

Run the code above in your browser using DataLab