Skip to content
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

- Replaced tidyr::gather with tidyr::pivot_longer - resolves #301 #308

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

njtierney
Copy link
Owner

Description

Related Issue

resolves #301

Example

Behaviour internally is mostly the same, except that gather_shadow returns a factor for the values, rather than character, which is ideal.

Tests

Tests were adapted

NEWS + DESCRIPTION

NEWS updated

@njtierney njtierney merged commit ecd54af into master Jan 31, 2023
@njtierney njtierney deleted the use-pivot-wider-longer-301 branch January 31, 2023 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use pivot_longer instead of gather
1 participant