ExampleData¶
ExampleData serves the datasets bundled with Woxi. ExampleData[] lists the
available types.
ExampleData["type"] lists the entries of that type, each a {type, name}
pair ready to be passed straight back in.
ExampleData[{"type", "name"}] is the data itself — for a network, a Graph.
A second argument selects one property instead.
$ wo 'ExampleData[{"NetworkGraph", "LesMiserables"}, "VertexList"][[1 ;; 3]]'
{Myriel, Napoleon, MlleBaptistine}
A dataset that is not bundled stays unevaluated rather than returning something made up.