View source: R/structural-resources-clasifications.R
get_structuralresources_codelists_agency_resource_version_codes | R Documentation |
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.
get_structuralresources_codelists_agency_resource_version_codes(
agencyid,
resourceid,
version,
limit = 1000,
offset = 0,
query = "",
orderby = "",
openness = "",
order = "",
fields = "",
lang = "es",
as_dataframe = T
)
agencyid |
(string): Agency identificator. |
resourceid |
(string): Resource identificator. |
version |
(string): Specific resource version. |
limit |
(int): Results limit. By default |
offset |
(int): Displacement. Result from which it is returned. By default |
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. |
lang |
(string): Language in which you want to get the answer. |
as_dataframe |
(bool): If True, this function returns a pandas dataframe built from API response. |
get_structuralresources_codelists_agency_resource_version_codes(
"ISTAC",
"CL_AREA_ES",
"01.000"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.