view_datasets: View Available Datasets in ColombiAPI

View source: R/view_datasets.R

view_datasetsR Documentation

View Available Datasets in ColombiAPI

Description

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

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

ColombiAPI documentation built on April 12, 2025, 1:42 a.m.