get_structuralresources_categorisations_agency_resource_version: Get categorisations agency resource version

View source: R/structural-resources-category.R

get_structuralresources_categorisations_agency_resource_versionR 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"
)

istacr documentation built on July 10, 2026, 1:08 a.m.