Thin wrappers over tg_get() with the module fixed, for code that stays
within one API.
Arguments
- table
A table name from
tg_tables()for that module.- ...
Passed to
tg_get(): filters, and any of its.-prefixed arguments.
Value
A tibble, as tg_get() returns.
See also
Other queries:
tg_count(),
tg_get(),
tg_metadata()
Examples
if (interactive()) {
tg_parcerias("proposta", .limit = 10)
tg_fundo_a_fundo("programas", .limit = 10)
tg_especiais("programas_especiais", .limit = 10)
}