Can we make this work? ```R 100 %>% sample(10) %T>% browser() %>% sum() ``` The primary challenge is that the first argument to `browser()` is `text`.
Can we make this work?
The primary challenge is that the first argument to
browser()istext.