get_structuralresources_content_constraints_agency_resource_version_regions {istacr} | R Documentation |
Get content constraints agency resource version regions
Description
This function returns the content from “/v1.0/contentConstraints/agencyID/resourceID/version/regions/“regionCode
Usage
get_structuralresources_content_constraints_agency_resource_version_regions(
regioncode,
agencyid,
resourceid,
version
)
Arguments
regioncode |
(string) Region code. |
agencyid |
(string) Identifier of the agency that publishes. |
resourceid |
(string) Resource identifier. |
version |
(string) Specific version of the resource. |
Examples
get_structuralresources_content_constraints_agency_resource_version_regions(
"0001",
"ISTAC",
"CSM_C00010A_SIE",
"01.000"
)
[Package istacr version 0.2.2 Index]