tests/testthat/mod/active.r

binding_name = 'binding'

#' @export
makeActiveBinding(
    binding_name,
    function () {
        message('get')
        1L
    },
    environment()
)

Try the box package in your browser

Any scripts or data that you put into this service are public.

box documentation built on May 29, 2024, 5:55 a.m.