Steve Haroz
Steve Haroz
Also, what about autocomplete in RStudio? Will it be able to autocomplete column names for the `.by` parameter like it does for `group_by()` Autocomplete is pretty critical for those of...
@DavisVaughan I agree, but even though I've been using R for 6+ years, I still register `c( )` as a function call. That's why I think of it as nested....
Thanks for the workaround!
Coming over from #638. I lean more towards @hadley's suggestion because the verb names aren't always very obvious (e.g., it get_timeline, not user_tweets). And it'd be nice to differentiate the...
Thinking more about the naming scheme, should it be `self_retweet()` or `tweet_retweet()`? Maybe both? Having an alias wouldn't do much harm.
For naming, how about something more descriptive like `show_axes`? * `show_axes = "all"` * `show_axes = "all_x"` * `show_axes = "all_y"` * `show_axes = "margins"`
Oh, that reminds me, setting the orientation is a third workaround. I assumed ggdist did the orientation detection internally. If you're building off of ggplot's orientation, catching problems could be...
While I see how `layout` and `bin` might be different at the implementation level, I suspect someone would not want to use `bin = "histogram"` with `layout = "hex"`. If...
That makes sense. You probably have a better picture of all the possible layout*bin combinations than I do.
I'd like to suggest a static fallback for sites like TikTok whose embed are a bit trickier. Currently, including a link card from Tiktok just shows the root site's title,...