Learn R Programming

istatR (version 0.1.0)

search_dataset: Search for datasets by keyword

Description

Searches available ISTAT datasets by keyword in their description. The search is case-insensitive.

Usage

search_dataset(keyword)

Value

A tibble with matching datasets (same columns as all_available())

Arguments

keyword

Character string to search for in dataset descriptions

Examples

Run this code
if (FALSE) {
# Search for datasets related to imports
import_datasets <- search_dataset("import")

# Search for population datasets
pop_datasets <- search_dataset("population")
}

Run the code above in your browser using DataLab