get_metadata_operation_table: Get the operation for a given table

View source: R/metadata_tables.R

get_metadata_operation_tableR Documentation

Get the operation for a given table

Description

Get the operation for a given table

Usage

get_metadata_operation_table(
  idTable = NULL,
  lang = "ES",
  validate = TRUE,
  verbose = FALSE
)

Arguments

idTable

(int): id of the table. For further information about ids click this link.

lang

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

validate

(logical): validate input parameters.

verbose

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

Value

Data frame with information of the operation according to the table specified in the function

Examples


# Get the operation of the table with identification code "50902"
df <- get_metadata_operation_table(idTable = 50902)
head(df)


ineapir documentation built on Sept. 15, 2025, 9:09 a.m.