View source: R/statistical-resources-cubes.R
| get_statisticalresources_datasets_agency_resource | R Documentation |
This function allows to obtain all the versions of a statistical cube with a certain identifier and that also maintains a certain organization.
get_statisticalresources_datasets_agency_resource(
agencyid,
resourceid,
lang = "es",
limit = 25,
offset = 0,
orderby = "",
query = ""
)
agencyid |
(string): Identifier of the maintainer organization of the resource. A possible value is |
resourceid |
(string): Resource identifier. A possible value is |
lang |
(string): Language in which you want to get the answer. |
limit |
(int): Results limit. By default |
offset |
(int): Displacement. Result from which it is returned. By default |
orderby |
(string): Order. Possible values are |
query |
(string): Metadata query on which the searches can be built. |
get_statisticalresources_datasets_agency_resource(
agencyid="ISTAC",
resourceid="C00010A_000002"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.