if (FALSE) {
goose_pipeline(
"Write a data analysis function",
~ paste("Add error handling to:", .),
~ paste("Add documentation to:", .),
~ paste("Create tests for:", .)
) %...>% { cat("Final result:", .) }
}
Run the code above in your browser using DataLab