A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://spark.apache.org/docs/latest/api/R/reference/last.html below:

last — last • SparkR

Aggregate function: returns the last value in a group.

Usage
last(x, ...)

# S4 method for class 'characterOrColumn'
last(x, na.rm = FALSE)
Arguments
x

column to compute on.

...

further arguments to be passed to or from other methods.

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

Details

The function by default returns the last values it sees. It will return the last 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 the order of the rows which may be non-deterministic after a shuffle.

Examples
if (FALSE) { # \dontrun{
last(df$c)
last(df$c, TRUE)
} # }

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4