| goose_pipeline | R Documentation |
Chain multiple async operations together
goose_pipeline(...)
... |
Query functions or strings |
A promise chain
## Not run:
goose_pipeline(
"Write a data analysis function",
~ paste("Add error handling to:", .),
~ paste("Add documentation to:", .),
~ paste("Create tests for:", .)
) %...>% { cat("Final result:", .) }
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.