head
Limits the input to the first n
events.
Description
Forwards the first n
events and discards the rest.
head n
is a shorthand notation for slice end=n
.
n: int (optional)
The number of events to keep.
Defaults to 10
.
Examples
Get the first ten events:
Get the first five events: