Learn R Programming

istacr (version 0.2.2)

get_structuralresources_codelists_agency_resource_version: Get codelists agency resource version

Description

This function allows you to consult a particular version of a classification.

Usage

get_structuralresources_codelists_agency_resource_version(
  agencyid,
  resourceid,
  version
)

Arguments

agencyid

(string): Agency identificator.

resourceid

(string): Resource identificator.

version

(string): Specific resource version.

Examples

Run this code
get_structuralresources_codelists_agency_resource_version(
"ISTAC",
"CL_AREA_ES",
"01.000"
)

Run the code above in your browser using DataLab