grapes-as-grapes-scidb-method: AFL arrary aliasing

Description Usage Arguments Value Note Examples

Description

AFL arrary aliasing

Usage

1
2
## S4 method for signature 'scidb'
x %as% y

Arguments

x

an object of class scidb (a scidb array or expression)

y

alias name

Value

a scidb object

Note

Use the %as% operator in place of the native AFL "as" operator in AFL expressions written in R.

Examples

1
2
3
4
5
6
## Not run: 
db <- scidbconnect()
x <- scidb(db, "build(<v:double>[i=1:2,1,0], i)")
x %as% y

## End(Not run)

scidb documentation built on Aug. 12, 2020, 5:08 p.m.