Learn R Programming

istacr (version 0.2.2)

get_structuralresources_content_constraints_agency_resource_version_regions: 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

Run this code
get_structuralresources_content_constraints_agency_resource_version_regions(
"0001",
"ISTAC",
"CSM_C00010A_SIE",
"01.000"
)

Run the code above in your browser using DataLab