Description Usage Arguments Details Note See Also Examples
Aggregate function: returns the first value in a group.
1 2 3 4 |
x |
a character or |
... |
other arguments, currently unused |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
The function by default returns the first values it sees. It will return the first non-missing value it sees when na.rm is set to true. If all values are missing, then NA is returned. Note: the function is non-deterministic because its results depends on order of rows which may be non-deterministic after a shuffle.
firstItem(characterOrColumn) since 1.4.0
Other aggregate functions:
approxCountDistinct()
,
avg()
,
corr()
,
lastItem()
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.