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

Refactor Unlisting of nonAtomic Columns Using tidyr::unnest_wider() #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

munozedg
Copy link

This pull request addresses the issue with unlisting nonAtomic columns. The previous approach was causing problems, and to resolve this, I've applied the tidyr::unnest_wider() function twice, ensuring a tidy data frame structure. Please note that this introduces a dependency on the tidyr package. However, I believe with further refinement, we can achieve a similar result using base R functionalities. Feedback and suggestions are welcome to optimize this solution.

…olumns. I solved the problem by applying the tidyr::unnest_wider() function twice to get a tidy data frame. That creates a dependency on the package tidyr, but I believe it can be solved with base-like R code.
…in the resulting data frame when calling the functions without assigning the result to an object/data frame. Due to the print method of the `redminer_df` class.
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.

1 participant