
Updates a Resource Relation
updateResourceRelation.RdUpdates a Resource Relation
Usage
updateResourceRelation(
ident,
relationId,
newRelationTypeId,
newDescription,
from = pwd()
)Arguments
- ident
Identifier of the source resource. Can be a path, resource ID, entity ID, or a data frame row from
loadResource().- relationId
ID (UUID) of the relation to update.
- newRelationTypeId
ID (UUID) of the new relation type.
- newDescription
Character. New description of the resource relation.
- from
Base path for resolving relative paths. Defaults to
pwd().