is_active_binding {pryr}R Documentation

Active binding info

Description

Active binding info

Usage

is_active_binding(x)

Arguments

x

unquoted object name

Examples

x <- 10
is_active_binding(x)
x %<a-% runif(1)
is_active_binding(x)
y <- x
is_active_binding(y)

[Package pryr version 0.1.6 Index]