pryr (version 0.1.2)

is_active_binding: Active binding info

Description

Active binding info

Usage

is_active_binding(x)

Arguments

x

unquoted object name

Examples

Run this code
# NOT RUN {
x <- 10
is_active_binding(x)
x %<a-% runif(1)
is_active_binding(x)
y <- x
is_active_binding(y)
# }

Run the code above in your browser using DataLab