fastpipe icon indicating copy to clipboard operation
fastpipe copied to clipboard

A fast pipe implementation

Results 3 fastpipe issues
Sort by recently updated
recently updated
newest added

We can reasonably easily implement a lazy pipe, there's just a weird issue with functional sequences : ``` r library(fastpipe) `%~>%` [1] "An error" "!" %>% stop() %~>% tryCatch(error =...

I think it can work a bit like the other special features. When we hit the `%B>%` pipe in the call stack we switch the global variable `browsing`, when `browsing`...

Maybe I can find those packages in a systematic way... I guess they use `usethis::use_pipe()` so maybe the created code would be searchable ? Anyway we can already add `stringr`,...