Inspect what a query retrieved
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
Other queries:
module_shortcuts,
tg_count(),
tg_get()
Examples
tg_metadata(tibble::tibble())
#> NULL