Retrieve all operations for which DTM data is publicly available through the API.
Examples
if (FALSE) { # !identical(Sys.getenv("DTM_SUBSCRIPTION_KEY"), "")
# Fetch all operations
operations_df <- get_all_operations()
head(operations_df)
}
Retrieve all operations for which DTM data is publicly available through the API.
if (FALSE) { # !identical(Sys.getenv("DTM_SUBSCRIPTION_KEY"), "")
# Fetch all operations
operations_df <- get_all_operations()
head(operations_df)
}