lang_head {rlang}R Documentation

Return the head or tail of a call

Description

Deprecated lifecycle

As of rlang 0.2.0 these functions are retired (deprecated for now) because they are low level accessors that are rarely needed for end users.

Usage

lang_head(lang)

lang_tail(lang)

Arguments

lang

A call.


[Package rlang version 0.4.8 Index]