Skip to contents

Return the scope record attached by attach_scope(), or NULL when none is present.

Usage

get_scope(x)

Arguments

x

An object that may carry a whep_scope attribute.

Value

The scope tibble, or NULL.

Examples

get_scope(tibble::tibble(value = 1))
#> NULL