We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used a piece of R code to get system metadata of an object which has the replicas. The system metadata can be see from: https://mn-sandbox-ucsb-1.test.dataone.org/knb/d1/mn/v2/meta/testReplicateJsonLD.1711738610440
pid <- "testReplicateJsonLD.1711738610440" mn <- MNode("https://mn-sandbox-ucsb-1.test.dataone.org/knb/d1/mn/v2") user <- "http://orcid.org/0000-0002-8916-564X" sysmeta <- getSystemMetadata(mn, pid)
However, the replica section is missing from R even though it got the replication policy part:
The text was updated successfully, but these errors were encountered:
Move this ticket to: ropensci/datapack#140
Sorry, something went wrong.
No branches or pull requests
I used a piece of R code to get system metadata of an object which has the replicas.
The system metadata can be see from:
https://mn-sandbox-ucsb-1.test.dataone.org/knb/d1/mn/v2/meta/testReplicateJsonLD.1711738610440
However, the replica section is missing from R even though it got the replication policy part:
The text was updated successfully, but these errors were encountered: