dot-set1: Process Sets

Description Usage Arguments Value Examples

Description

This is an internal function and not intended to be used directly. It processes small sets.

Usage

1
.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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## ## 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)

extraoperators documentation built on Nov. 5, 2019, 1:07 a.m.