Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

construct_repair #98

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

construct_repair #98

wants to merge 2 commits into from

Conversation

moodymudskipper
Copy link
Collaborator

draft/WIP

foo <- list(1)
attributes(foo) <- list(a1=1,a2=2)
bar <- list(1)
attributes(bar) <- list(a1=1,a3=2)
x <- list(foo)
y <- list(bar)
construct_repair(x, y)

y %>%
  purrr::modify_in(1L, "structure", a3 = NULL, a2 = 2)

adresses #3

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant