last: Get the last element of a vector of data.frame

View source: R/last.R

lastR Documentation

Get the last element of a vector of data.frame

Description

This function return the last member of the input

Usage

last(x)

Arguments

x

vector or data.frame

Value

last element

Examples

a <- 1:666
print(last(a))


Schuch666/hackWRF documentation built on June 9, 2025, 1:46 p.m.