Skip to content

Commit

Permalink
add the update EML step
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Dec 1, 2023
1 parent 1db0b56 commit e3c225d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflows/edit_data_packages/target_paths.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ for (i in 1:length(abs_paths)){
}
doc$dataset$otherEntity <- oes
write_eml(doc, "~/metadata.xml")
dp <- replaceMember(dp, metadataId, replacement="~/metadata.xml")
```

Once this is finished you can examine the relationships by running `View(dp@relations$relations)`. If everything worked out well you should see rows that look like this:
Expand Down

0 comments on commit e3c225d

Please sign in to comment.