Skip to content

Commit

Permalink
fix a variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Dec 1, 2023
1 parent e3c225d commit f1f6d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/edit_data_packages/target_paths.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ for (i in 1:length(abs_paths)){
doc$dataset$otherEntity <- oes
write_eml(doc, "~/metadata.xml")
dp <- replaceMember(dp, metadataId, replacement="~/metadata.xml")
dp <- replaceMember(dp, metadataObj, 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 f1f6d5b

Please sign in to comment.