Replies: 1 comment
-
|
I think this is being tracked in #1320. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I've been away from R for a bit and on coming back thought I'd try out Positron. Admittedly I can't remember what the functionality of this was in RStudio but I hope this image illustrates the issue. Function help is not pipe-aware, i.e. every time you pipe it is going to show you the wrong argument for help purposes. Here
stringis already supplied tostr_replace()from the pipe but the function help won't move until you put a comma in, which somewhat defeats the point. Is there a way to get the argument help to display the argument you are actually in, by cycling through if not automatically? It does work if you name the argument, it's just the positional matching it doesn't work for.Beta Was this translation helpful? Give feedback.
All reactions