get_structuralresources_codelists_agency_resource_version_codes: Get codelists agency resource version codes

Description Usage Arguments Examples

View source: R/structural-resources-clasifications.R

Description

This function allows to consult the codes of a version of a classification. Note that if wildcards are used as “~all“ or one of the “limit“, “offset“, “query“ or “orderBy“ parameters, the list will be automatically paginated.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
get_structuralresources_codelists_agency_resource_version_codes(
  agencyid,
  resourceid,
  version,
  limit = 25,
  offset = 0,
  query = "",
  orderby = "",
  openness = "",
  order = "",
  fields = ""
)

Arguments

agencyid

(string): Agency identificator.

resourceid

(string): Resource identificator.

version

(string): Specific resource version.

limit

(int): Results limit. By default “limit = 25“.

offset

(int): Displacement. Result from which it is returned. By default “offset = 0“.

query

(string): Query to filter the results. orderby (string): Field by which to sort the results.

orderby

(string): Order established for data.

openness

(string): Opening established for viewing.

order

(string): Order established for visualization.

fields

(string): Additional fields that you want to show in the answer.

Examples

1
2
3
4
5

eDatos/istacr documentation built on Nov. 24, 2021, 10:39 a.m.