get_all_operations: Fetch All Operations

View source: R/get_all_operations.R

get_all_operationsR Documentation

Fetch All Operations

Description

Retrieve all operations for which DTM data is publicly available through the API.

Usage

get_all_operations()

Value

A data frame containing the list of all operations.

Examples

## Not run: 
# Fetch all operations
operations_df <- get_all_operations()
head(operations_df)

## End(Not run)

dtmapi documentation built on June 23, 2025, 5:08 p.m.