get_datasets {eudata}R Documentation

Retrieve available datasets from an endpoint

Description

This function returns the list of available datasets as a tibble. The columns of the tibble provide information about each dataset.

Usage

get_datasets(api)

Arguments

api

An endpoint

Value

A tibble of available datasets.

Examples

get_topic("Coastal lines") |>
  get_datasets()


[Package eudata version 0.1.2 Index]