overscope_ranges: Create an overscoped environment from a Ranges object
Description
Create an overscoped environment from a Ranges object
Usage
overscope_ranges(x, envir = parent.frame())
Arguments
envir
the environment to place the Ranges in (default = parent.frame()
)
Details
This is the backend for non-standard evaluation in plyranges
.