get_variables: Get variables

View source: R/variables.R

get_variablesR Documentation

Get variables

Description

This function returns all or operations variables

Usage

get_variables(
  code = NULL,
  resource = "all",
  help = FALSE,
  ioe = FALSE,
  lang = "ES"
)

Arguments

code

(string) operation identifier

resource

(string) resource to access, by default resource = "metadata" to get serie metadata. Possible values are all or operation

help

(boolean) type any value for resource param and type help = TRUE to see params available for this resource.

ioe

(boolean) TRUE if code is in format IO30138, and FALSE by default

lang

(string) language used to obtain information

Examples

get_variables()
get_variables(resource = "all", help = TRUE)
get_variables("IPC", resource = "operation")

oddworldng/RLibINE documentation built on June 18, 2022, 12:36 a.m.