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

View source: R/last.R

firstR Documentation

Get the first element of a vector of data.frame

Description

This function return the first member of the input

Usage

first(x)

Arguments

x

vector or data.frame

Value

first element

Examples

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


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