Update package relationships by replacing an old identifier with a new one.
Source:R/DataPackage.R
updateRelationships.Rd
When package members are updated, they receive a new identifier (replaceMember). It is therefor necessary to update the package relationships to update occurrences of the old identifier with the new one when the old identifier appears in the "subject" or "object" of a relationship.
Usage
updateRelationships(x, ...)
# S4 method for class 'DataPackage'
updateRelationships(x, id, newId, ...)