Skip to content

construct_repair#98

Draft
moodymudskipper wants to merge 2 commits into
mainfrom
f-3-construct_repair
Draft

construct_repair#98
moodymudskipper wants to merge 2 commits into
mainfrom
f-3-construct_repair

Conversation

@moodymudskipper
Copy link
Copy Markdown
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant