Skip to contents

Provide a list of all child containers - including nested one - for a specific container

Usage

find_child_containers(parent, catalog)

Arguments

parent

name of the parent container

catalog

daaframe object with a catalog of container produced by container_list()

Value

vector with all child container

Details

Be carefull - it's an expansive functions at it needs to parse the entire content of the server....

Examples

#catalog <- container_list()
# containerAmericas <- find_child_containers(parent = "americas",
#                                            catalog = catalog)