%<-% {keras3} | R Documentation |
Assign values to names
Description
See %<-%
for more details.
Usage
x %<-% value
Value
The right-hand-side argument, value
, invisibly. This called
primarily for it's side-effect of assigning symbols in the current frame.
[Package keras3 version 1.4.0 Index]