| %<=% | R Documentation | 
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.
lhs %<=% rhs
| lhs | the object that the rhs value is assigned to | 
| rhs | the value you want to assign to lhs | 
prints the ID of the background job in the console and, once completed, the value of lhs is assigned to rhs
# Can only be executed in Rstudio
## Not run: x %<=% rnorm(1e7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.