get_all_operations {dtmapi}R 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

# Fetch all operations
operations_df <- get_all_operations()
head(operations_df)

[Package dtmapi version 0.0.2 Index]