View source: R/statistical-resources-cubes.R
get_statisticalresources_datasets_agency | R Documentation |
This function allows to consult all the data sets maintained by a certain organization.
get_statisticalresources_datasets_agency(
agencyid,
lang = "es",
limit = 25,
offset = 0,
orderby = "",
query = ""
)
agencyid |
(string): Identifier of the maintainer organization of the resource. 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(agencyid="ISTAC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.