Replies: 1 comment 4 replies
-
@jthomasmock Can you comment on whether this is intended behaviour? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i often use
View()
at the end of dplyr chains to quickly check my logic before assigning the output to an object.In Positron, I'm finding that once i execute a 2nd
View()
command, the first one is no longer viewable (see below). I am used to being lazy and just comparing outputs across multiple View() statements without having to assign to objects, which i am able to do in R Studio but not in Positron.Is this capability something that can be added to Positron?
Screenshot 1:
Screenshot 2:
Screenshot 3:
Beta Was this translation helpful? Give feedback.
All reactions