Skip to contents

Inspect what a query retrieved

Usage

tg_metadata(x)

tg_metadados(x)

Arguments

x

A tibble returned by tg_get().

Value

A list holding the module and table queried, the total number of matching rows the API reported, how many rows and pages were retrieved, the offset, page size, order and selection used, and when the query ran. NULL for any other object.

See also

Examples

tg_metadata(tibble::tibble())
#> NULL