-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_rsplit()
helper to extract split objects?
#389
Comments
I think this might not exist yet because That said, I wouldn't mind such functionality for illustration purposes. Do you want to make a PR for that? If so, could you please
|
Oye! You got me convinced 😄 |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Feature
Hi all!
Right now, I believe the best way for users to get individual rsplit objects from an rset is to index into the rset themselves:
I'm wondering if it would be useful to provide a helper function,
get_rsplit()
or similar, to extract these? My personal interest is in making the spatialsample documentation a bit cleaner (becauseautoplot()
has separate methods for rset and rsplit objects), but I think it might also be a friendlier interface overall:Thanks!
The text was updated successfully, but these errors were encountered: