You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Dec 8, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Similar to
sample_n
andsample_frac
, can we havetop_frac
?Task: Using mtcars data, sort by mpg, then get 5%.
Currently, we could use
top_n
as below:But with
top_frac
it would look neater, something like:The text was updated successfully, but these errors were encountered: