Skip to contents

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

if (FALSE) { # !identical(Sys.getenv("DTM_SUBSCRIPTION_KEY"), "")
# Fetch all operations
operations_df <- get_all_operations()
head(operations_df)
}