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

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

## End(Not run)

[Package dtmapi version 0.0.3 Index]