Learn R Programming

istacr (version 0.2.2)

get_structuralresources_data_structures_agency_resource_version: Get data structures agency resource version

Description

This function returns the content from ``/v1.0/datastructures/agencyID/resourceID/version``

Usage

get_structuralresources_data_structures_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

Run this code
get_structuralresources_data_structures_agency_resource_version(
"ISTAC",
"DSD_C00010A_00001",
"01.001"
)

Run the code above in your browser using DataLab