inferB: Infer column names for Input B to 'constraint', 'rhs', 'dir'

Description Usage Arguments Examples

Description

Infer column names for Input B to 'constraint', 'rhs', 'dir'

Usage

1
inferB(B)

Arguments

B

A data.frame, original B matrix from input Anchor B

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
 B <- data.frame(
  z = c('A', 'B', 'C'),
  x = c(">=", "<=", "=="),
  y = c(1, 2, 3)
 )
 inferB(B)

## End(Not run)

alteryx/AlteryxPrescriptive documentation built on May 12, 2019, 1:37 a.m.