
Loads All Registered Resource Relations
loadResourceRelations.RdRetrieves all resource relations for a given resource. Results are cached.
Usage
loadResourceRelations(ident, from = pwd())Arguments
- ident
Identifier of the resource. Can be a path, resource ID, entity ID, or a data frame row from
loadResource(). When a UUID string is passed it is used directly as the resource ID for backward compatibility.- from
Base path for resolving relative paths. Defaults to
pwd().