Skip to contents

Get all publications

Usage

get_metadata_publications(
  operation = NULL,
  det = 0,
  lang = "ES",
  page = 0,
  validate = TRUE,
  verbose = FALSE
)

Arguments

operation

(string): code of the operation. Provide code to get all the publications for the given operation. To obtain a list of available operations see get_metadata_operations(). If no operation is specified then all the publications will be shown.

det

(int): level of detail. Valid values: 0, 1 or 2.

lang

(string): language of the retrieved data. Set to 'ES' for Spanish or set to 'EN' for English.

page

(int): page number. The retrieved result of the query is paginated (page=0 retrieves all pages).

validate

(logical): validate input parameters. A FALSE value means fewer API calls.

verbose

(logical): print additional information, including the URL to call the API service.

Value

Data frame with information about publications

Examples

if (FALSE) {
get_metadata_publications()
get_metadata_publications(operation = "IPC")
}