We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pivot_longer
gather
Although gather and spread from {tidyr} will still work, it would be good to help future proof the package somewhat.
spread
The text was updated successfully, but these errors were encountered:
- Replaced tidyr::gather with tidyr::pivot_longer - resolves #301
tidyr::gather
tidyr::pivot_longer
3f26d17
Merge pull request #308 from njtierney/use-pivot-wider-longer-301
ecd54af
- Replaced `tidyr::gather` with `tidyr::pivot_longer` - resolves #301
Successfully merging a pull request may close this issue.
Although
gather
andspread
from {tidyr} will still work, it would be good to help future proof the package somewhat.The text was updated successfully, but these errors were encountered: