%>% {keras3}R Documentation

Pipe operator

Description

See %>% for more details.

Usage

lhs %>% rhs

Value

Most commonly, the result of calling the right hand side with the left hand side as an argument: rhs(lhs). See the magritter vignette for other, more advanced, usages.


[Package keras3 version 1.4.0 Index]