get_statisticalresources_datasets: Get datasets

Description Usage Arguments Examples

View source: R/statistical-resources-queries.R View source: R/statistical-resources-cubes.R

Description

This function allows consulting all existing statistical data cubes.

This function allows consulting all existing statistical queries.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
get_statisticalresources_datasets(
  lang = "es",
  limit = 25,
  offset = 0,
  orderby = "",
  query = ""
)

get_statisticalresources_datasets(
  lang = "es",
  limit = 25,
  offset = 0,
  orderby = "",
  query = ""
)

Arguments

lang

(string): Language in which you want to get the answer.

limit

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

offset

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

orderby

(string): Order. Possible values are “ID ASC“ or “ID DESC“,

query

(string): Metadata query on which the searches can be built.

Examples

1
2

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