get_structuralresources_categorisations_agency_resource_version {istacr} | R Documentation |
Get categorisations agency resource version
Description
This function returns the content from “/v1.0/categorisations/agencyID/resourceID/version“
Usage
get_structuralresources_categorisations_agency_resource_version(
agencyid,
resourceid,
version
)
Arguments
agencyid |
(string): Identifier of the agency that publishes. |
resourceid |
(string): Resource identifier. |
version |
(string): Specific version of the resource. |
Examples
get_structuralresources_categorisations_agency_resource_version(
"ISTAC",
"cat2",
"01.000"
)
[Package istacr version 0.2.2 Index]