Learn R Programming

tndata (version 0.1.0)

get_keywords: List Dataset Keywords/Tags

Description

Retrieves a list of unique keywords/tags from the Tunisian data catalog API.

Usage

get_keywords(limit = 10, query = NULL)

Value

A data frame of keywords/tags with counts.

Arguments

limit

Integer. Maximum number of tags to return (default: 10).

query

Character. Optional search string to filter tags.

Examples

Run this code
try({
  get_keywords(limit = 10)
})

Run the code above in your browser using DataLab