Skip to content

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

Open
munozedg wants to merge 4 commits intoopenanalytics:masterfrom
munozedg:master
Open

Refactor Unlisting of nonAtomic Columns Using tidyr::unnest_wider()#7
munozedg wants to merge 4 commits intoopenanalytics:masterfrom
munozedg:master

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