Algosim documentation: ExampleData

ExampleData

Loads an example data object.

Syntax

Description

ExampleData(s) returns the example data object named s.

ExampleData(s, "license") returns the source or license of the example data object named s as a string.

Examples

ExampleData("harvestman")

Image 1

SortBy(frequencies(words(ExampleData("Alice in Wonderland"))), (x ↦ −x[2])) \ 20
(the, 1515)
(and, 774)
(to, 717)
(a, 610)
(she, 498)
(of, 494)
(it, 482)
(said, 456)
(I, 400)
(Alice, 385)
(in, 353)
(was, 352)
(you, 308)
(that, 257)
(as, 246)
(her, 243)
(at, 199)
(on, 189)
(had, 177)
(with, 176)
⋮