tribe (version 0.1.7)

at: Infix attribute accessor

Description

Infix attribute accessor

Usage

x %@% name

Arguments

x

Object

name

Attribute name

Examples

Run this code
# NOT RUN {
factor(1:3) %@% "levels"
factor(1:3) %@% levels

mtcars %@% "class"
mtcars %@% class

# }

Run the code above in your browser using DataLab