view_datasets_IndonesiAPIs: View Available Datasets in IndonesiAPIs

View source: R/view_datasets_IndonesiAPIs.R

view_datasets_IndonesiAPIsR Documentation

View Available Datasets in IndonesiAPIs

Description

This function lists all datasets available in the 'IndonesiAPIs' package. If the 'IndonesiAPIs' package is not loaded, it stops and shows an error message. If no datasets are available, it returns a message and an empty vector.

Usage

view_datasets_IndonesiAPIs()

Value

A character vector with the names of the available datasets. If no datasets are found, it returns an empty character vector.

Examples

if (requireNamespace("IndonesiAPIs", quietly = TRUE)) {
  library(IndonesiAPIs)
  view_datasets_IndonesiAPIs()
}

IndonesiAPIs documentation built on Sept. 9, 2025, 5:40 p.m.