An optional scidb array containing the replacement value.
attribute
An optional attribute to restrict NULL replacement to.
eval
(Optional) If true, execute the query and store the reult array. Otherwise defer evaluation.
...
Optional arguments.
Value
A new scidb or scidbdf object.
Details
This R function corresponds to SciDB's substitute operator.
If value is missing, a value of numeric zero, false, or the string "0" will be used
to replace NULL values depending on the replacement attribute type.
If attribute is missing, then an attempt will be made to replace all NULL values in the
array.