EntityGroup
EntityGroup[{entity1,entity2,…}]
represents a group of entities.
Details

- EntityGroup allows operations on groups of entities, for example finding the total population of a set of different countries.
- An entity is generally specified as Entity[type,canonicalname]. A list of currently available entity types is given by EntityValue[].
- Entity expressions can be created by using the
interface.
Examples
open all close allIntroduced in 2015
(10.3)