get_all_operations {dtmapi} | R Documentation |
Retrieve all operations for which DTM data is publicly available through the API.
get_all_operations()
A data frame containing the list of all operations.
# Fetch all operations
operations_df <- get_all_operations()
head(operations_df)