.set1 {extraoperators} | R Documentation |
Process Sets
Description
This is an internal function and not intended to be used directly. It processes small sets.
Usage
.set1(x, envir)
Arguments
x |
A character string |
envir |
An environment in which to evaluate values |
Value
A data frame with the processed set
Examples
## ## below is an example that should generate an (informative) error
## extraoperators:::.set1("(-Inf,x)", envir = environment())
z <- max(mtcars$mpg)
extraoperators:::.set1("(-Inf,z)", envir = environment())
extraoperators:::.set1("(-Inf,30)", envir = environment())
## clean up
rm(z)
[Package extraoperators version 0.3.0 Index]