List OData Product Nodes (i.e. Files and Directories)
Source:R/odata_products.R
dse_odata_product_nodes.RdIf you know the product Id, you can use this function to retrieve
information about nodes (i.e. files and directories) within the product.
Examples
if (interactive()) {
nodes <- dse_odata_product_nodes("c8ed8edb-9bef-4717-abfd-1400a57171a4")
nodes <- dse_odata_product_nodes("c8ed8edb-9bef-4717-abfd-1400a57171a4",
recursive = TRUE)
}