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

%as%,scidb-methodR Documentation

AFL arrary aliasing

Description

AFL arrary aliasing

Usage

## 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

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

## End(Not run)

Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.