pipe: Pipe operator

%>%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.


rstudio/keras documentation built on July 8, 2024, 3:07 p.m.