get_statisticalresources_datasets: Get datasets

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

get_statisticalresources_datasetsR Documentation

Get datasets

Description

This function allows consulting all existing statistical data cubes.

Usage

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

get_statisticalresources_datasets(limit=5)

istacr documentation built on Dec. 28, 2022, 2:01 a.m.