view_datasets_IndiAPIs: View Available Datasets in IndiAPIs

View source: R/view_datasets_IndiAPIs.R

view_datasets_IndiAPIsR Documentation

View Available Datasets in IndiAPIs

Description

This function lists all datasets available in the 'IndiAPIs' package. If the 'IndiAPIs' 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_IndiAPIs()

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("IndiAPIs", quietly = TRUE)) {
  library(IndiAPIs)
  view_datasets_IndiAPIs()
}

IndiAPIs documentation built on Aug. 26, 2025, 5:08 p.m.