op-get-attr {rlang}R Documentation

Infix attribute accessor

Description

Infix attribute accessor

Usage

x %@% name

Arguments

x

Object

name

Attribute name

Examples

factor(1:3) %@% "levels"
mtcars %@% "class"

[Package rlang version 0.2.2 Index]