Infix operator to run background jobs
grapes-less-than-equals-grapes.Rd
This infix operator can be used to create a background job in RStudio/Posit and, once completed, the value of rhs is assigned to lhs.
Value
prints the ID of the background job in the console and, once completed, the value of lhs is assigned to rhs
Examples
# Can only be executed in Rstudio
if (FALSE) x %<=% rnorm(1e7)