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_ted("plano_acao", .limit = 10)
tg_fundo_a_fundo("programa", .limit = 10)
tg_transferencias_especiais("programa_especial")
}