View source: R/statistical-resources-queries.R
get_statisticalresources_queries_agency_resource | R Documentation |
This function allows to obtain final data of a statistical query with a certain identifier and that also maintains a certain organization.
get_statisticalresources_queries_agency_resource(
agencyid,
resourceid,
fields = "",
lang = "es",
as_dataframe = T
)
agencyid |
(string): Identifier of the maintainer organization of the resource. A possible value is |
resourceid |
(string): Resource identifier. A possible value is |
fields |
(string): Allows you to customize the response by excluding fields from it.
|
lang |
(string): Language in which you want to get the answer. |
as_dataframe |
(bool): If True, this function returns a namedtuple with:
|
get_statisticalresources_queries_agency_resource(
agencyid="ISTAC",
resourceid="C00005A_000004"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.