get_structuralresources_content_constraints_agency_resource_version {istacr} | R Documentation |
Get content constraints agency resource version
Description
This function returns the content from “/v1.0/contentConstraints/agencyID/resourceID/version“
Usage
get_structuralresources_content_constraints_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_content_constraints_agency_resource_version(
"ISTAC",
"CSM_C00010A_SIE",
"01.000"
)
[Package istacr version 0.2.2 Index]