ViewPipeSteps
ViewPipeSteps copied to clipboard
Create tabs of View() output for each chained pipe
When I click outside the script after selecting the code hat I want to print, there's an error message : `Sorry:Error: No text selected` I'm aware that it's because I...
Hi David, This is a super useful tool. I am wondering if you could add an extra addin to View only the output of last chain step in the source...
Hey, This is a really cool package! Feature suggestion: add groups as used by `dplyr`. Let's say I would have: ```r tbl1 % group_by(x) %>% summarise(n = n()) ``` This...
In this case, using `rvest::html_node()` I get Error in View : `cannot coerce class xml_node to a data.frame` This is a weakness of `View` and is an 'polite' failure as...