view_datasets_ArgentinAPI: View Available Datasets in ArgentinAPI

View source: R/view_datasets_ArgentinAPI.R

view_datasets_ArgentinAPIR Documentation

View Available Datasets in ArgentinAPI

Description

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

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

ArgentinAPI documentation built on Aug. 8, 2025, 6:27 p.m.